source: trunk/LATMOS-Accounts/man/man5/la-allowed-values.ini.pod

Last change on this file was 2480, checked in by nanardon, 3 years ago

Allow to force from config the attribute type

File size: 842 bytes
Line 
1# $Id: la-allowed-values.ini.5.pod 3157 2010-08-29 18:11:12Z nanardon $
2
3=head1 NAME
4
5la-allowed_values.ini - Attribute file control
6
7=head1 DEFAULT LOCATION
8
9F</etc/latmos-accounts/allowed_values.ini>
10
11=head1 DESCRIPTION
12
13This config is an C<ini> like file split into section. Each section describe a
14base except sections describe bellow.
15
16=head1 SECTIONS
17
18Each section is represent an attribute, name is in form C<OBJECT.ATTRIBUTE>.
19
20=head2 VARIABLES
21
22=head3 default
23
24The default value for this attribute
25
26=head3 allowed
27
28The list of value allowed for this attribute
29
30=head3 type
31
32Force the attribute type: LIST, SELECT, DATE, ...
33
34=head1 EXAMPLE
35
36    [user.shell]
37    allowed=/bin/bash
38    allowed=/bin/tcsh
39    allowed=/bin/zsh
40
41=head1 AUTHOR
42
43Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr>
44
45=head1 COPYRIGHT
46
47(c) LATMOS - IPSL - CNRS
48
Note: See TracBrowser for help on using the repository browser.