search for: ldap_get_id_from_sid

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

Did you mean: ldap_get_sid_from_id
2004 Jul 13
0
Winbind + LDAP Backend
I'm trying to set up Winbind to store all the UID's in a local LDAP database, but am having some trouble. I think I got most of it set up, but when I run "getent passwd", I get several hundred errors like this: [2004/07/13 11:59:03, 3] sam/idmap_ldap.c:ldap_get_id_from_sid(588) ldap_get_id_from_sid: Failure looking up idmap entry (No such object) [2004/07/13 11:59:03, 1] nsswitch/winbindd_user.c:winbindd_fill_pwent(50) error getting user id for sid S-1-5-21-789336058-1935655697-854245398-1260 [2004/07/13 11:59:03, 1] nsswitch/winbindd_user.c:winbindd_getpwent(563...
2003 Nov 06
1
Winbind + LDAP Idmap backend finally running!
...ally I found out what the reason was why my LDAP db never was updated. The problem was that at some point the uid/gid to sid mapping function referred to the "ldap idmap suffix" and at other times to "ldap group suffix" entries in the smb.conf (the exact name of the function is ldap_get_id_from_sid). The solution was to point both "ldap idmap suffix" and "ldap group suffix" (and to be sure also "ldap user suffix" and "ldap machine suffix") in the smb.conf to the desired idmap ou. I don't know if this was the desired behavior or not. Another thing...
2004 Jun 10
4
And the LDIF thing
Sorry.. One more email.. I tried to create the IDMAP container on the LDAP with an example I found: dn: ou=Idmap,dc=softeng,dc=com objectClass: organizationalUnit ou: idmap structuralObjectClass: organizationalUnit and it gives: adding new entry "ou=Idmap,dc=softeng,dc=com" ldap_add: Constraint violation additional info: structuralObjectClass: no user modification allowed