OpenLDAP – 我的slapd.conf在哪里?

我在Unbuntu 10.04上安装了OpenLDAP。
我想configuration我的LDAP,但我找不到slapd.conf/etc/ldap/
在这个目录中有一个ldap.conf,但似乎不一样。

我怎样才能configuration我的LDAP?

您将需要使用新的cn=configconfiguration方法,其中LDAP服务器将通过目录中的单独数据树(通常表示为/etc/ldap/slapd.d下的LDIF文件)进行configuration。

OpenLDAP使用一个单独的目录,其中包含cn = config目录信息树(DIT)(以前称为slapd.conf)。 cn = config DIT用于dynamicconfigurationslapd守护进程,允许在不停止服务的情况下修改模式定义,索引,ACL等。

请参阅: https : //help.ubuntu.com/10.04/serverguide/C/openldap-server.html和http://www.zytrax.com/books/ldap/ch6/slapd-config.html