Hi,
http://ubuntuforums.org/showthread.php?t=1421998
The above link mentioned the following code. But /etc/ldap.conf is not available on ubuntu 13.10. Does anybody know what I should do instead? Thanks.
sudo echo "index sudoUser eq" >> /etc/ldap.conf
On 03/29/14 10:32 -0500, Peng Yu wrote:
http://ubuntuforums.org/showthread.php?t=1421998
The above link mentioned the following code. But /etc/ldap.conf is not available on ubuntu 13.10. Does anybody know what I should do instead? Thanks.
Consult the manpage for ldap.conf. It should list the correct location, for your system, under the FILES section.
At Sat, 29 Mar 2014 11:20:46 -0500 Dan White dwhite@olp.net wrote:
On 03/29/14 10:32 -0500, Peng Yu wrote:
http://ubuntuforums.org/showthread.php?t=1421998
The above link mentioned the following code. But /etc/ldap.conf is not available on ubuntu 13.10. Does anybody know what I should do instead? Thanks.
Consult the manpage for ldap.conf. It should list the correct location, for your system, under the FILES section.
Ubuntu 11 has it in /etc/ldap/ldap.conf.
Peng Yu wrote:
Hi,
http://ubuntuforums.org/showthread.php?t=1421998
The above link mentioned the following code. But /etc/ldap.conf is not available on ubuntu 13.10. Does anybody know what I should do instead? Thanks.
sudo echo "index sudoUser eq" >> /etc/ldap.conf
That is nonsens. Dont do this. Dont follow these guide.
Read the original documentation which comes with your slapd package and the doc on http://www.openldap.org/
"index sudoUser eq" this configures an index in an openldap database. Thus this statement works only in slapd.conf and never in ldap.conf. ldap.conf is for client apps like ldap* and not for server apps like slap*.
openldap-technical@openldap.org