version 1.1.4.4, 2000/07/29 01:53:09
|
version 1.1.4.5, 2000/08/16 19:29:00
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.1.4.3 2000/07/04 17:58:52 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.1.4.4 2000/07/29 01:53:09 kurt Exp $ */ |
/* |
/* |
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. |
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
Line 357 ldap_pvt_sasl_getmechs ( LDAP *ld, char
|
Line 357 ldap_pvt_sasl_getmechs ( LDAP *ld, char
|
|
|
Debug( LDAP_DEBUG_TRACE, "ldap_pvt_sasl_getmech\n", 0, 0, 0 ); |
Debug( LDAP_DEBUG_TRACE, "ldap_pvt_sasl_getmech\n", 0, 0, 0 ); |
|
|
rc = ldap_search_s( ld, NULL, LDAP_SCOPE_BASE, |
rc = ldap_search_s( ld, "", LDAP_SCOPE_BASE, |
NULL, attrs, 0, &res ); |
NULL, attrs, 0, &res ); |
|
|
if ( rc != LDAP_SUCCESS ) { |
if ( rc != LDAP_SUCCESS ) { |