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

/solaris-userland/components/proftpd/
H A Dmod_solaris_audit.c109 static void audit_failure(pool *p, char *authuser) { argument
136 if ((authuser != NULL) && (authuser[0] != NULL) &&
137 (getpwnam_r(authuser, &pwd, pwdbuf, pwdbuf_len, &result) == 0) &&

Completed in 58 milliseconds