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 (16 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy this file to /etc/ldaptor/global.cfg or
# ~/.ldaptor/global.cfg and adjust.

[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@*))

[samba]
use-lmhash = true