Searched defs:authmethod (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c366 int err, freepasswd, authmethod; local
378 authmethod = LDAP_AUTH_SIMPLE;
381 &authmethod, 0, ld->ld_rebind_extra_arg )) == LDAP_SUCCESS ) {
394 if ( ldap_bind_s( ld, binddn, passwd, authmethod ) !=
404 &authmethod, 1, ld->ld_rebind_extra_arg );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c464 int err, lderr, freepasswd, authmethod; local
472 authmethod = LDAP_AUTH_SIMPLE;
475 &authmethod, 0, ld->ld_rebind_arg ))
497 authmethod )) == LDAP_SUCCESS ) {
515 &authmethod, 1, ld->ld_rebind_arg );

Completed in 104 milliseconds