Searched refs:authmethod (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dbind.c56 ldap_bind( LDAP *ld, char *dn, char *passwd, int authmethod )
76 switch ( authmethod ) {
109 ldap_bind_s( LDAP *ld, char *dn, char *passwd, int authmethod )
113 switch ( authmethod ) {
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 Dbind.c51 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod )
71 switch ( authmethod ) {
97 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod )
103 switch ( authmethod ) {
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 );
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);
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h421 int *authmethod, int freeit, void *extraArg);
904 int ldap_bind(LDAP *ld, char *who, char *passwd, int authmethod);
/osnet-11/usr/src/head/
H A Dldap.h1376 const char *passwd, int authmethod);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1566 aci: (targetattr="userPassword")(version 3.0; acl self-read-pwd; allow (read,search) userdn="ldap:///self" and authmethod="sasl GSSAPI";)
1569 aci: (targetattr="userPassword")(version 3.0; acl host-read-pwd; allow (read,search) userdn="ldap:///cn=*+ipHostNumber=*,ou=Hosts,${LDAP_BASEDN}" and authmethod="sasl GSSAPI";)
2606 aci: (target="ldap:///${LDAP_BASEDN}")(targetattr="shadowLastChange||shadowMin||shadowMax||shadowWarning||shadowInactive||shadowExpire||shadowFlag||userPassword||loginShell||homeDirectory||gecos")(version 3.0; acl ${HOST_ACI_NAME}; allow (write,compare,read,search) authmethod="sasl GSSAPI" and userdn = "ldap:///cn=*+ipHostNumber=*,ou=Hosts,${LDAP_BASEDN}";)

Completed in 120 milliseconds