]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/bind.c
fix non-printable flag detection; improve dn test (passes all but last in http:/...
[openldap] / libraries / libldap / bind.c
index 95de07f0ffe3504cc7e81eaf2431990901e8a41c..ca6e3a10c6bf965d7b65e3c939fbfe671686f858 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 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;
-}