search for: ldap_api_feature_x_openldap

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

2003 Jan 08
0
Re: samba (2.2.7a) + openldap (2.0.x)
....cae.co.za" > "(uid=bgmilne)" dn -LLL > dn: uid=bgmilne,ou=People,dc=cae,dc=co,dc=za > > (This is on cooker, but TLS works fine on Mandrake 8.0 through 9.0. > >>also perform a search in the /usr/include: >> >>[root@bilbo htdocs]# egrep >>"LDAP_API_FEATURE_X_OPENLDAP|LDAP_API_VERSION|REFERRAL|TLS" /usr/include/* >> >>you should obtain some like: > > This box runs Mandrake cooker, original problem was on my home machine > running 9.0, but 9.0 ships with 2.0.25-7mdk, and my cooker box currently > has 2.0.27-1mdk. > >>look f...
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
...ing samlogon_user; extern BOOL sam_logon_in_ssb; @@ -218,13 +219,60 @@ } /******************************************************************* + ldap rebind proc to rebind w/ the admin dn when following referrals +*******************************************************************/ +#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, +...