# This is the main ldapd configuration file. See slapd.conf(5) for more # info on the configuration options. # Schema and objectClass definitions include /etc/ldap/schema/core.schema include /etc/ldap/schema/cosine.schema include /etc/ldap/schema/nis.schema include /etc/ldap/schema/krb5-kdc.schema include /etc/ldap/schema/laser-mail.schema include /etc/ldap/schema/inetDomain.schema include /etc/ldap/schema/inetorgperson.schema #include /etc/ldap/schema/mail-hosting.schema include /etc/ldap/schema/webmail.schema include /etc/ldap/schema/qmail.schema # Schema check allows for forcing entries to # match schemas for their objectClasses's schemacheck on # Where clients are refered to if no # match is found locally #referral ldap://some.other.ldap.server # Where the pid file is put. The init.d script # will not stop the server if you change this. pidfile /var/run/slapd.pid # List of arguments that were passed to the server argsfile /var/run/slapd.args # Read slapd.conf(5) for possible values loglevel 0 ####################################################################### # ldbm database definitions ####################################################################### # The backend type, ldbm, is the default standard database ldbm # The base of your directory suffix "o=top" # Where the database file are physically stored directory "/var/lib/ldap" # Save the time that the entry gets modified lastmod on index uid eq index mail eq index mailalternateaddress eq include /etc/ldap/host.conf TLSCertificateFile /etc/ssl/certs/server.pem TLSCertificateKeyFile /etc/ssl/private/server.pem password-hash {SSHA}