Searched refs:authmethod (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | bind.c | 51 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 D | request.c | 464 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 D | llib-lldap | 37 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);
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 1383 const char *passwd, int authmethod);
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 1566 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";) 2583 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 60 milliseconds