]> andersk Git - mod-vhost-ldap.git/blame - debian/examples/slapd.conf
git-svn-id: svn://svn.debian.org/svn/modvhostldap/branches/ext-config/mod-vhost-ldap...
[mod-vhost-ldap.git] / debian / examples / slapd.conf
CommitLineData
3bd2ef06
PW
1#TLSCipherSuite HIGH:MEDIUM:+SSLv3
2#TLSCertificateFile /etc/ldap/TLS/ldapserver.crt
3#TLSCertificateKeyFile /etc/ldap/TLS/ldapserver.key
4#TLSCACertificateFile /etc/ldap/TLS/ca.crt
5
6#allow bind_v2
7disallow bind_anon tls_2_anon
8
9include /etc/ldap/schema/core.schema
10include /etc/ldap/schema/cosine.schema
11include /etc/ldap/schema/nis.schema
12include /etc/ldap/schema/inetorgperson.schema
13include /etc/ldap/schema/misc.schema
14include /etc/ldap/schema/local.schema
15include /etc/ldap/schema/mod_vhost_ldap.schema
16include /etc/ldap/schema/apache_ext.schema
17include /etc/ldap/schema/apache_alias.schema
18
19pidfile /var/run/slapd/slapd.pid
20argsfile /var/run/slapd.args
21modulepath /usr/lib/ldap
22moduleload back_bdb
23backend bdb
24schemacheck on
25
26checkpoint 1 5
27
28#sum values as ldap level
29# 1 trace function calls
30# 2 debug packet handling
31# 4 heavy trace debugging
32# 8 connection management
33# 16 print out packets sent and received
34# 32 search filter processing
35# 64 configuration file processing
36# 128 access control list processing
37# 256 stats log connections/operations/results
38# 512 stats log entries sent
39# 1024 print communication with shell backends
40# 2048 entry parsing
41
42#loglevel 768
43loglevel 0
44
45database bdb
46lastmod on
47suffix "dc=ROOT"
48directory "/var/lib/ldap"
49sizelimit unlimited
50timelimit unlimited
51
52include /etc/ldap/indexes
53
54rootdn "cn=admin,dc=foo,dc=bar"
55
56access to dn.base=""
57 by * read
58
59access to *
60 by dn="cn=admin,dc=foo,dc=bar"
61 by dn="cn=nobody,dc=foo,dc=bar" read
62 by * none
This page took 0.209055 seconds and 5 git commands to generate.