Displaying 1 result from an estimated 1 matches for "sambagroupmapp".
Did you mean:
sambagroupmap
2003 Jul 29
1
cannot access LDAP when not root
...bldap_retry_open(888)
Connection to LDAP Server failed for the 1 try!
[2003/07/28 16:32:16, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1634)
ldapsam_search_one_group: Problem during the LDAP search: LDAP error:
(Insufficient access)ldapsam_search_one_group: searching for:
[(&(objectClass=sambaGroupMapp
ing)(gidNumber=-1))]
Exploring the source code, I found It was related to the euid of samba
(file lib/smbldap.c) :
#ifndef NO_LDAP_SECURITY
if (geteuid() != 0) {
DEBUG(0, ("smbldap_open: cannot access LDAP when not root..
\n"));
return LDAP_INSUF...