Lines Matching refs:domain

57  *    domain accounts
63 * If the name is a domain account, it may refer to a user, group or
68 * account argument could be either [domain\]name or [domain/]name.
80 char *name, *domain;
95 domain = dombuf;
98 domain = NULL;
101 status = lsa_lookup_name_builtin(domain, name, info);
103 status = smb_sam_lookup_name(domain, name, type, info);
107 if ((domain == NULL) || (status == NT_STATUS_NOT_FOUND))
133 * Obtains the primary domain SID and name from the specified server
134 * (domain controller).
141 lsa_query_primary_domain_info(char *server, char *domain,
150 status = lsar_open(server, domain, user, &domain_handle);
162 * Obtains the account domain SID and name from the current server
163 * (domain controller).
170 lsa_query_account_domain_info(char *server, char *domain,
179 status = lsar_open(server, domain, user, &domain_handle);
193 * Obtains the DNS domain info from the specified server
194 * (domain controller).
201 lsa_query_dns_domain_info(char *server, char *domain, smb_domain_t *info)
209 status = lsar_open(server, domain, user, &domain_handle);
221 * Enumerate the trusted domains of primary domain.
223 * NetBIOS name of the domain and its SID.
230 lsa_enum_trusted_domains(char *server, char *domain,
240 status = lsar_open(server, domain, user, &domain_handle);
260 * Enumerate the trusted domains of the primary domain.
262 * NetBIOS name of the domain and its SID, it will return
270 lsa_enum_trusted_domains_ex(char *server, char *domain,
280 status = lsar_open(server, domain, user, &domain_handle);
312 lsa_lookup_name_builtin(char *domain, char *name, smb_account_t *info)
325 if ((domain != NULL) && (smb_strcasecmp(domain, wkadom, 0) != 0))
343 * Lookup a domain account by its name.
380 * the specified domain controller and obtain the appropriate SID.
421 lsa_list_privs(char *server, char *domain)
433 status = lsar_open(server, domain, user, &domain_handle);
456 * domain. For now the SIDs are just listed in the system log.
538 * Lookup a domain account by its SID.
573 * status we get from talking to our domain controller into one