Lines Matching refs:userID
222 if (authp->cred.unix_cred.userID) { in __ns_ldap_dupAuth()
223 ap->cred.unix_cred.userID = in __ns_ldap_dupAuth()
224 strdup(authp->cred.unix_cred.userID); in __ns_ldap_dupAuth()
225 if (ap->cred.unix_cred.userID == NULL) { in __ns_ldap_dupAuth()
273 if (ap->userID) { in __ns_ldap_freeUnixCred()
274 (void) memset(ap->userID, 0, strlen(ap->userID)); in __ns_ldap_freeUnixCred()
275 free(ap->userID); in __ns_ldap_freeUnixCred()
314 if (ap->cred.unix_cred.userID) { in __ns_ldap_freeCred()
315 (void) memset(ap->cred.unix_cred.userID, 0, in __ns_ldap_freeCred()
316 strlen(ap->cred.unix_cred.userID)); in __ns_ldap_freeCred()
317 free(ap->cred.unix_cred.userID); in __ns_ldap_freeCred()
359 ((auth1->cred.unix_cred.userID == NULL) || in __s_api_is_auth_matched()
361 ((strcasecmp(auth1->cred.unix_cred.userID, in __s_api_is_auth_matched()
362 auth2->cred.unix_cred.userID) != 0)) || in __s_api_is_auth_matched()