Lines Matching refs:pw_name
114 loc, pw->pw_name, remote_host, remote_ip, in auth_authorise_keyopts()
138 "address (%.200s).", loc, pw->pw_name, remote_ip); in auth_authorise_keyopts()
378 keyopts->cert_principals == NULL ? pw->pw_name : NULL, in auth_check_authkey_line()
437 debug("[LDAP] trying LDAP first uid=%s",pw->pw_name); in auth_check_authkeys_file()
438 if (ldap_ismember(&options.lpk, pw->pw_name) > 0) { in auth_check_authkeys_file()
439 if ((k = ldap_getuserkey(&options.lpk, pw->pw_name)) != NULL) { in auth_check_authkeys_file()
493 logit("[LDAP] no keys found for '%s'!", pw->pw_name); in auth_check_authkeys_file()
496 logit("[LDAP] '%s' is not in '%s'", pw->pw_name, options.lpk.sgroup); in auth_check_authkeys_file()
539 pw->pw_name, file_type, file, strerror(errno)); in auth_openfile()
542 pw->pw_name, file_type, file, strerror(errno)); in auth_openfile()
553 pw->pw_name, file_type, file); in auth_openfile()