Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_wksids.c170 smb_wka_get_sid(const char *name) in smb_wka_get_sid() function
264 id->i_sid = smb_sid_dup(smb_wka_get_sid("Network")); in smb_wka_token_groups()
273 id->i_sid = smb_sid_dup(smb_wka_get_sid("Guests")); in smb_wka_token_groups()
276 smb_sid_dup(smb_wka_get_sid("Authenticated Users")); in smb_wka_token_groups()
285 id->i_sid = smb_sid_dup(smb_wka_get_sid("Administrators")); in smb_wka_token_groups()
H A Dmapfile-vers405 smb_wka_get_sid;
H A Dlibsmb.h862 smb_sid_t *smb_wka_get_sid(const char *);
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c275 owner_sid = smb_wka_get_sid("Administrators"); in smb_token_set_owner()
331 if (smb_token_is_member(token, smb_wka_get_sid("Administrators"))) in smb_token_set_flags()
334 if (smb_token_is_member(token, smb_wka_get_sid("Power Users"))) in smb_token_set_flags()
337 if (smb_token_is_member(token, smb_wka_get_sid("Backup Operators"))) in smb_token_set_flags()
699 user_sid = smb_wka_get_sid("Anonymous"); in smb_token_setup_anon()