Searched refs:guest_uid (Results 1 – 1 of 1) sorted by relevance
924 uid_t guest_uid; in smb_guest_account() local934 stat = smb_idmap_getid(smb_guest.a_sid, &guest_uid, &idtype); in smb_guest_account()941 if (IDMAP_ID_IS_EPHEMERAL(guest_uid)) in smb_guest_account()944 if (getpwuid_r(guest_uid, &pw, pwbuf, sizeof (pwbuf)) == NULL) in smb_guest_account()