Displaying 3 results from an estimated 3 matches for "ldap_get_option".
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.
2004 Jan 22
2
RPC: Problem Deleting LDAP-Entries in pdb_ldap.c
...e 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?ld_error:"unknown"));...
2007 Jun 05
2
pam_ldap-184 compile error
...yes
checking for main in -lldap... yes
checking for ldap_init... yes
checking for ldap_get_lderrno... no
checking for ldap_set_lderrno... no
checking for ldap_parse_result... yes
checking for ldap_memfree... yes
checking for ldap_controls_free... yes
checking for ldap_set_option... yes
checking for ldap_get_option... yes
checking for ldapssl_init... no
checking for ldap_start_tls_s... yes
checking for ldap_pvt_tls_set_option... yes
checking for ldap_initialize... yes
checking for ldap_sasl_bind... yes
checking for ldap_sasl_interactive_bind_s... yes
checking for gethostbyname_r... yes
checking whether gethos...