Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c1009 uid_t guest_uid; in smb_guest_account() local
1019 stat = smb_idmap_getid(smb_guest.a_sid, &guest_uid, &idtype); in smb_guest_account()
1026 if (IDMAP_ID_IS_EPHEMERAL(guest_uid)) in smb_guest_account()
1029 if (getpwuid_r(guest_uid, &pw, pwbuf, sizeof (pwbuf)) == NULL) in smb_guest_account()