Home
last modified time | relevance | path

Searched defs:authmethod (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c49 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind()
95 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind_s()
H A Drequest.c462 int err, lderr, freepasswd, authmethod; in nsldapi_new_connection() local