]> andersk Git - mod-vhost-ldap.git/blob - examples/slapd.conf
8cbcf4c6adcf85c965fc3c53b9294d14e9f8bfe7
[mod-vhost-ldap.git] / examples / slapd.conf
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
7 allow update_anon
8
9 include         /etc/ldap/schema/core.schema
10 include         /etc/ldap/schema/cosine.schema
11 include         /etc/ldap/schema/nis.schema
12 include         /etc/ldap/schema/inetorgperson.schema
13 include         /etc/ldap/schema/dnsdomain2.schema
14 include         /etc/ldap/schema/sendmail.schema
15 include         /etc/ldap/schema/misc.schema
16 include                 /etc/ldap/schema/ISPEnv2.schema
17 include         /etc/ldap/schema/local.schema
18 include                 /etc/ldap/schema/mod_vhost_ldap.schema
19 include         /home/pwadas/workspace/mod-vhost-ldap/apache_ext.schema
20 #include        /etc/ldap/schema/samba.schema
21
22 pidfile         /var/run/slapd/slapd.pid
23 argsfile        /var/run/slapd.args
24 modulepath      /usr/lib/ldap
25 moduleload      back_bdb
26 backend         bdb
27 schemacheck     on
28
29 checkpoint      512 30
30
31 #sumuja sie - np.  512+128 
32 # 1      trace function calls
33 # 2      debug packet handling
34 # 4      heavy trace debugging
35 # 8      connection management
36 # 16     print out packets sent and received
37 # 32     search filter processing
38 # 64     configuration file processing
39 # 128    access control list processing
40 # 256    stats log connections/operations/results
41 # 512    stats log entries sent
42 # 1024   print communication with shell backends
43 # 2048   entry parsing
44
45 loglevel       256
46 #loglevel       0
47
48 database        bdb
49 lastmod         on
50 suffix          "dc=ROOT"
51 directory       "/var/lib/ldap"
52
53 index   default pres,eq,sub
54 index   uniqueMember,member pres
55 index   cn,sn,uid,associatedDomain,memberUid,domainUid,commonUid,gecos,businessCategory pres,eq,sub
56 index   customerName,customerCompanyName,customerDescription,customerCity,customerRegion,customerResponsiblePerson pres,eq,sub
57 index   objectClass,homeDirectory,loginShell,uidNumber,gidNumber,customerID,authorizedService,customerRole,customerSupportCode,pTRRecord,ipHostNumber pres,eq
58 index   MXRecord,NSRecord,SOARecord,ARecord,MDRecord,CNAMERecord,DNSTTL,DNSClass,HINFORecord,MINFORecord,TXTRecord,SIGRecord,KEYRecord,AAAARecord pres,eq
59 index   resellerName,resellerCompanyName,resellerDescription,resellerCity,resellerRegion,resellerResponsiblePerson pres,eq,sub
60 index   resellerID,resellerRole,resellerSupportCode pres,eq
61 index   sendmailMTAHost,sendmailMTAAliasGrouping,sendmailMTAKey,sendmailMTAMapName,sendmailMTAMapValue,sendmailMTAClassName,sendmailMTAClassValue pres,eq
62 index   apacheServerName,apacheServerAlias,apacheDocumentRoot,apacheServerAdmin pres,eq
63 index   apacheExtConfigUri,apacheExtConfigServerName pres,eq,sub
64 index   apacheLocationOptionsDn,apacheExtConfigRequireValidUser,apacheExtConfigUserDn,apacheExtConfigUserServerName,apacheExtConfigObjectName pres,eq
65 index   vacationActive eq
66
67 access to *
68         by * write
This page took 0.026159 seconds and 3 git commands to generate.