Searched refs:_nss_sss_getpwnam_r (Results 1 - 2 of 2) sorted by relevance

/sssd/src/krb5_plugin/
H A Dsssd_krb5_localauth_plugin.c30 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 Dnss_passwd.c135 enum nss_status _nss_sss_getpwnam_r(const char *name, struct passwd *result, function

Completed in 246 milliseconds