search for: ldap_insufficient_access

Displaying 3 results from an estimated 3 matches for "ldap_insufficient_access".

2003 Sep 16
4
smbldap.c
...-3.0; otherwise, I would have errors like: "(Insufficient access)smbldap_open: cannot access LDAP when not root" #ifndef NO_LDAP_SECURITY if (geteuid() != 0) { DEBUG(0, ("smbldap_open: cannot access LDAP when not root..\n")); return LDAP_INSUFFICIENT_ACCESS; } #endif Thanks in advance for your answer. Antoine
2003 Jul 29
1
cannot access LDAP when not root
...aGroupMapp 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_INSUFFICIENT_ACCESS; } #endif NO_LDAP_SECURITY was not defined during compilation... How could I resolve the problem ? How could I have an euid of 0 running samba ? Thank you very much, Gana?l.
2004 Feb 18
1
Cannot Access LDAP when not root...
I'm trying to resolve an issue with Samba and LDAP. I'm using a program called Spider that provides network based rendering using domain logons to controll who can access the renders on the farm. It requires a group called SpiderAdmin to be setup (which I've done) and have added the users into the group. However, the only way that the SpiderAdmin users can access the renders on the