Home
last modified time | relevance | path

Searched refs:authmethod (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c462 int err, lderr, freepasswd, authmethod; in nsldapi_new_connection() local
470 authmethod = LDAP_AUTH_SIMPLE; in nsldapi_new_connection()
473 &authmethod, 0, ld->ld_rebind_arg )) in nsldapi_new_connection()
495 authmethod )) == LDAP_SUCCESS ) { in nsldapi_new_connection()
513 &authmethod, 1, ld->ld_rebind_arg ); in nsldapi_new_connection()
H A Dbind.c49 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind() argument
69 switch ( authmethod ) { in ldap_bind()
95 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind_s() argument
101 switch ( authmethod ) { in ldap_bind_s()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1566 …on 3.0; acl self-read-pwd; allow (read,search) userdn="ldap:///self" and authmethod="sasl GSSAPI";)
1569 …search) userdn="ldap:///cn=*+ipHostNumber=*,ou=Hosts,${LDAP_BASEDN}" and authmethod="sasl GSSAPI";)
2583 …)(version 3.0; acl ${HOST_ACI_NAME}; allow (write,compare,read,search) authmethod="sasl GSSAPI" an…
/illumos-gate/usr/src/head/
H A Dldap.h1353 const char *passwd, int authmethod);