Displaying 2 results from an estimated 2 matches for "rebind_proc".
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
>
>Seems I was wrong (left out ldap switch ...), it doesn't compile on
>cooker, here is the error:
>
>Compiling passdb/pdb_ldap.c
>passdb/pdb_ldap.c: In function `ldap_connect_system':
>passdb/pdb_ldap.c:289: warning: passing arg 2 of `ldap_set_rebind_proc'
>from incompatible pointer type
>passdb/pdb_ldap.c:289: too many arguments to function
>`ldap_set_rebind_proc'
>make: *** [passdb/pdb_ldap.o] Error 1
What the real problem, is that the ldap_set_rebind_proc now takes 2 par
instead of 3. On line 289 ( I think remove the...
2008 Jul 02
4
samba + slave OpenLdap (read-only)
Hello,
I'm trying to config samba to use a openldap replica (slave) base.
Every thing is working, except when I try to join a machine to a domain.
Samba try to write some attributes in openldap, but this database (slave) is
read-only, so this operation fails.
Openldap can return a REFERRAL when a client (samba) try to do a
modification on a slave database and this already is happening.