X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fbind.c;h=f985b3b0d937f50deaf4d881896e7bb11b0215ce;hb=7573a81efea63bc0e07d88ba4c9b6973d51d857d;hp=2133a7b8bdeddb0a8a3bed1e2985218c3be3d166;hpb=6437785a82b31cd58bf3bc685f81b4db9d92dd91;p=openldap diff --git a/libraries/libldap/bind.c b/libraries/libldap/bind.c index 2133a7b8bd..f985b3b0d9 100644 --- a/libraries/libldap/bind.c +++ b/libraries/libldap/bind.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ /* Portions @@ -130,14 +130,3 @@ ldap_bind_s( return( ld->ld_errno = LDAP_AUTH_UNKNOWN ); } } - - -void -ldap_set_rebind_proc( LDAP *ld, int (*rebindproc)( LDAP *ld, char **dnp, - char **passwdp, int *authmethodp, int freeit )) -{ - assert( ld != NULL ); - assert( LDAP_VALID( ld ) ); - - ld->ld_rebindproc = rebindproc; -}