Home
last modified time | relevance | path

Searched refs:authmethod (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c51 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind() argument
71 switch ( authmethod ) { in ldap_bind()
97 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind_s() argument
103 switch ( authmethod ) { in ldap_bind_s()
H A Drequest.c464 int err, lderr, freepasswd, authmethod; in nsldapi_new_connection() local
472 authmethod = LDAP_AUTH_SIMPLE; in nsldapi_new_connection()
475 &authmethod, 0, ld->ld_rebind_arg )) in nsldapi_new_connection()
497 authmethod )) == LDAP_SUCCESS ) { in nsldapi_new_connection()
515 &authmethod, 1, ld->ld_rebind_arg ); in nsldapi_new_connection()
H A Dllib-lldap37 int ldap_bind(LDAP *ld, const char *dn, const char *passwd, int authmethod);
38 int ldap_bind_s(LDAP *ld, const char *dn, const char *passwd, int authmethod);
/titanic_41/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…
/titanic_41/usr/src/head/
H A Dldap.h1383 const char *passwd, int authmethod);