]> git.sur5r.net Git - openldap/blob - contrib/web_ldap/web_ldap.cfg
Initial import of web_ldap written and contributed
[openldap] / contrib / web_ldap / web_ldap.cfg
1 #
2 # web_ldap.cfg
3 #
4 #
5 # Servers to access:
6 #
7 # server:dns_name,port_number - default = ldap.bigfoot.com,389
8 server:ldap.bigfoot.com,389
9 #
10 # searchbase:?? Sample: 'o=Xyz, c=US', default - blank (nothing).
11 searchbase:
12 #
13 # debug: Debug Mode; 0 = off, any other integer = on
14 debug:1
15 #
16 # columns list across based on the order in the
17 # attribute list.
18 #
19 # NOTE: Unknown Attributes will be ignored - so list any
20 #       that you want. To find out what attributes a server
21 #       has for a given entry, leave the attribute list blank.
22 #
23 # attribute list - default = all returned of nothing defined
24 #
25 #cn
26 #email
27 # done