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

Last change on this file since 2332 was 2051, checked in by nanardon, 7 years ago

Add tls support

File size: 896 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 tls
28
29If set start tls encryption on standard ldap port.
30
31C<ssl> parameter must not set in this case.
32
33=head2 user_container
34
35The dn subpart of the container where user are located and will be created
36
37=head2 group_container
38
39The dn subpart of the container where groups are located and will be created
40
41=head2 user_key_attribute, group_key_attribute
42
43Specify the attribute to use to uniquely identify an object. The default is
44C<cn>.
45
46=head2 user_dn_attribute, group_dn_attribute
47
48Specify the attribute to use forge the C<dn> of new object. The default is
49C<cn>.
50
Note: See TracBrowser for help on using the repository browser.