jean-marc pouchoulon
2003-Aug-27 07:23 UTC
[Samba] Samba 3rc1 cannot add group LDAP error: (Insufficient access)
Helo,
I am on red hat 8
Compilation is just ./configure
I cannot add any group on an xp client ( I can show the , net groupmap
is correct )
logs are:
ldapsam_search_one_group: Problem during the LDAP search: LDAP error:
(Insufficient access)ld
apsam_search_one_group: searching
for:[(&(objectClass=sambaGroupMapping)(gidNumber=1615))]
Coming from smbldap.c
#ifndef NO_LDAP_SECURITY
if (geteuid() != 0) {
DEBUG(0, ("smbldap_open: cannot access LDAP when not
root..\n"));
return LDAP_INSUFFICIENT_ACCESS;
}
#endif
There is no problem to add users.
Thanks for your help.
Jean-Marc Pouchoulon
jean-marc pouchoulon
2003-Aug-27 07:35 UTC
[Samba] Samba 3rc1 cannot add group LDAP error: (Insufficientaccess)
More infos: I disabled the test , same result , other logs. ldapsam_search_one_group: searching for:[(&(objectClass=sambaGroupMapping)(|(displayName=Domai n Admins)(cn=Domain Admins)))] [2003/08/27 09:46:03, 2] passdb/pdb_ldap.c:init_group_from_ldap(1677) Entry found for group: 512 [2003/08/27 09:46:03, 0] groupdb/mapping.c:init_group_mapping(139) Failed to open group mapping database [2003/08/27 09:46:03, 0] groupdb/mapping.c:get_domain_group_from_sid(509) failed to initialize group mappingsmbldap_search_suffix: searching for:[(&(uid=Domain Admins)( objectclass=sambaSamAccount))] [2003/08/27 09:46:03, 2] passdb/pdb_ldap.c:ldapsam_search_one_group(1631) ldapsam_search_one_group: searching for:[(&(objectClass=sambaGroupMapping)(|(displayName=Domai n Admins)(cn=Domain Admins)))] I forget to say that we use netscape directory 4. Jean-marc.