source: trunk/LATMOS-Accounts/man/man8/latmos-accounts-base-ldap.pod @ 1884

Last change on this file since 1884 was 1117, checked in by nanardon, 12 years ago

add *_key_attribute and *_dn_attribute configuration parameters

By the way, SQL user object return a user friendly value as CN since cn is not
always used as object ID.

File size: 787 bytes
Line 
1# $Id$
2
3=head1 DESCRIPTION
4
5=head1 SPECIFIC SETUP PARAMTERS
6
7=head2 server
8
9The server name to use to access to ldap base
10
11=head2 topdn
12
13The base dn of the ldap
14
15=head2 login
16
17The dn to use to connect to the ldap
18
19=head2 password
20
21The password to cuse to connect to ldap server
22
23=head2 ssl
24
25If set, try to connect using ssl
26
27=head2 user_container
28
29The dn subpart of the container where user are located and will be created
30
31=head2 group_container
32
33The dn subpart of the container where groups are located and will be created
34
35=head2 user_key_attribute, group_key_attribute
36
37Specify the attribute to use to uniquely identify an object. The default is
38C<cn>.
39
40=head2 user_dn_attribute, group_dn_attribute
41
42Specify the attribute to use forge the C<dn> of new object. The default is
43C<cn>.
44
Note: See TracBrowser for help on using the repository browser.