Home
last modified time | relevance | path

Searched refs:guest_uid (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c924 uid_t guest_uid; in smb_guest_account() local
934 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()