Lines Matching refs:domain
87 * it'll be mapped to a domain user/group the lookup is considered
98 smb_sam_lookup_name(char *domain, char *name, uint16_t type,
108 if (domain != NULL) {
109 if (!smb_domain_lookup_name(domain, &di) ||
114 if (smb_strcasecmp(domain, di.di_nbname, 0) != 0)
122 /* This is the local domain name */
226 /* This is the local domain SID */
309 * other SIDs such as from domain groups, SID history, etc.
310 * We can have indirect membership via domain groups.
579 * Check a SID to see if it belongs to the local domain.