Lines Matching refs:pu
71 struct passwd_user *pu;
75 module->username_format, &pu);
76 if (ret <= 0 || pu->uid == 0) {
82 if (pu->uid != (uid_t)-1) {
84 dec2str(pu->uid));
86 if (pu->gid != (gid_t)-1) {
88 dec2str(pu->gid));
91 if (pu->home != NULL)
92 auth_request_set_userdb_field(auth_request, "home", pu->home);
94 if (pu->extra_fields != NULL &&
95 passwd_file_add_extra_fields(auth_request, pu->extra_fields) < 0) {