Displaying 2 results from an estimated 2 matches for "ld_error".
Did you mean:
l_error
2004 Jan 22
2
RPC: Problem Deleting LDAP-Entries in pdb_ldap.c
...etes the attribute uid, and at
the end tries to delete the whole dn (dn: uid=.......), where uid is not
present any more
an extract of the function in pdb_ldap.c
---------------------------------------------------------------------------
if (rc != LDAP_SUCCESS) {
char *ld_error = NULL;
ldap_get_option(ldap_state->ldap_struct,
LDAP_OPT_ERROR_STRING,
&ld_error);
DEBUG(0, ("could not delete attributes for %s, error:
%s (%s)\n",
dn, ldap_err2string(rc),
ld_error?...
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.