Hi, I tried to install ldap, following the instructions on https://help.ubuntu.com/community/Op...-OrgInfo-Posix . But there is no /etc/ldap/slapd.conf in 8.10?!
Have you tried: Code: locate slapd.conf
locate slapd.conf
Yes, there is none. Code: jan@Erwin:~$ locate slapd.conf /usr/share/man/man5/slapd.conf.5.gz /var/lib/dpkg/info/slapd.conffiles /var/lib/dpkg/info/slapd.config
jan@Erwin:~$ locate slapd.conf /usr/share/man/man5/slapd.conf.5.gz /var/lib/dpkg/info/slapd.conffiles /var/lib/dpkg/info/slapd.config
8.10 uses the new openldap configuration(http://www.ubuntu.com/getubuntu/rele...n=config%27%27) openldap is moving to storing its configuration in and ldap backend. It will no longer use the single file slapd.conf. Right now I have not been able to find much documentation on this new configuration. If you want you can still use the old method. You just have to create a slapd.conf file. Then change the file /etc/default/slapd. Point the var: SLAPD_CONF to your slapd.conf
You could have a look here
Ubuntu Forums Code of Conduct