File: global.cfg

package info (click to toggle)
ldaptor 0.0.43%2Bdebian1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,168 kB
  • ctags: 3,592
  • sloc: python: 18,670; xml: 787; makefile: 147; sh: 88
file content (15 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[ldap]
base = dc=example,dc=com

[Service-Location dc=example,dc=com]
host = localhost
port = 10389

[authentication]
identity-base = ou=People,dc=example,dc=com
identity-search = (|(cn=%(name)s)(uid=%(name)s)(mail=%(name)s)(mail=%(name)s@*))

[webui]
search-field 1 Name = (|(cn=%(input)s)(uid=%(input)s)(mail=%(input)s)(mail=%(input)s@*)(ou=%(input)s))
search-field 2 Phone = (telephoneNumber=%(input)s)
search-field 3 Location = (|(location=%(input)s)(l=%(input)s))