Searched refs:_nss_sss_getpwnam_r (Results 1 - 2 of 2) sorted by relevance
/sssd/src/krb5_plugin/ |
H A D | sssd_krb5_localauth_plugin.c | 30 enum nss_status _nss_sss_getpwnam_r(const char *name, struct passwd *result, 68 nss_status = _nss_sss_getpwnam_r(princ_str, &pwd, buffer, buflen, 81 nss_status = _nss_sss_getpwnam_r(lname, &pwd, buffer, buflen, &nss_errno); 136 nss_status = _nss_sss_getpwnam_r(princ_str, &pwd, buffer, buflen,
|
/sssd/src/sss_client/ |
H A D | nss_passwd.c | 135 enum nss_status _nss_sss_getpwnam_r(const char *name, struct passwd *result, function
|
Completed in 246 milliseconds