Lines Matching refs:pw
45 struct passwd pw;
49 res = passwd_lookup(request, &pw);
55 ret = auth_request_password_verify(request, password, pw.pw_passwd,
59 safe_memset(pw.pw_passwd, 0, strlen(pw.pw_passwd));
67 auth_request_set_field(request, "user", pw.pw_name, NULL);
76 struct passwd pw;
79 res = passwd_lookup(request, &pw);
85 auth_request_set_field(request, "user", pw.pw_name, NULL);
86 passdb_handle_credentials(PASSDB_RESULT_OK, pw.pw_passwd,