version 1.47, 2003/01/21 16:31:55
|
version 1.48, 2003/02/09 06:42:25
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.46 2003/01/03 19:20:51 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.47 2003/01/21 16:31:55 kurt Exp $ */ |
/* |
/* |
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. |
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
Line 138 ldap_sasl_bind(
|
Line 138 ldap_sasl_bind(
|
return ld->ld_errno; |
return ld->ld_errno; |
} |
} |
|
|
#ifndef LDAP_NOCACHE |
|
if ( ld->ld_cache != NULL ) { |
|
ldap_flush_cache( ld ); |
|
} |
|
#endif /* !LDAP_NOCACHE */ |
|
|
|
/* send the message */ |
/* send the message */ |
*msgidp = ldap_send_initial_request( ld, LDAP_REQ_BIND, dn, ber ); |
*msgidp = ldap_send_initial_request( ld, LDAP_REQ_BIND, dn, ber ); |