search for: auth_rebind_proc

Displaying 2 results from an estimated 2 matches for "auth_rebind_proc".

2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
...*******************************************************************/ +#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000) +/** @TODO Add a configure check for the rebind_proc version that doesn't take + the last argument and include a #define here. */ +static int auth_rebind_proc( LDAP *ld, + LDAP_CONST char *url, + ber_tag_t request, + ber_int_t msgid, + void *arg) +{ + int rc; + if ( ( rc = ldap_simple_bind_s( ld, lp_ldap_admin_dn(), ldap_secret ) ) == LDA...
2003 Jan 08
0
Re: samba (2.2.7a) + openldap (2.0.x)
...the samba packages for Mandrake, >>>but it seems that samba does not compile with the patch (I can give you >>>the error later, but AFAICR it was incompatible 2nd argument passed to >>>function on line 289 of pdb_ldap.c (I think where ldap_connect_system >>>calls auth_rebind_proc). >>> >> >>The tls stuff in the lib/include are a bit special... I going to apply >>the patch to the latest samba-2.2.7a. >> >>If you plan is use starttls the standard openldap libraries (at least in >>RedHat) should be replaced by ones with start_tls su...