Searched refs:DoPSAuth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dpsauth.h25 int DoPSAuth(char* userName, char* password, char* inAuthAuthorityData, Connection *conn, const char *dn);
H A Dpsauth.c175 int DoPSAuth(char* userName, char* password, char* inAuthAuthorityData, Connection* conn, const char* dn) function
H A Dpasswd.c281 rc = (DoPSAuth(recname, tmpoldpass, NULL, op->o_conn, op->o_req_dn.bv_val) == kAuthNoError) ? LDAP_SUCCESS : LDAP_INVALID_CREDENTIALS;
289 Debug(LDAP_DEBUG_ANY, "%s: [%d]DoPSAuth(%s)\n", __func__, rc, op->o_req_dn.bv_val);

Completed in 65 milliseconds