Lines Matching refs:domain

98 	char		*domain;
107 if (!extract_domain(argp->str, &user, &domain)) {
111 * Invalid "user@domain" string. Still, the user
113 * Remember, domain part of string was not set since
140 * String properly constructed. Now we check for domain and
143 if (!cur_domain_null() && !valid_domain(domain)) {
145 * If the domain part of the string does not
146 * match the NFS domain, try to map it using
149 rc = idmap_getuidbywinname(user, domain, 0, &result.u_res.uid);
217 * Make local copy of domain for further manipuation
244 * idmap_buf is already in the desired form i.e. name@domain
260 * - if there is no current domain configured
292 * Otherwise, we construct the "user@domain" string if
347 char *domain;
357 if (!extract_domain(argp->str, &group, &domain)) {
361 * Invalid "group@domain" string. Still, the
363 * final check. Remember, domain part of string
390 * String properly constructed. Now we check for domain and
393 if (!cur_domain_null() && !valid_domain(domain)) {
395 * If the domain part of the string does not
396 * match the NFS domain, try to map it using
399 rc = idmap_getgidbywinname(group, domain, 0, &result.u_res.gid);
467 * Make local copy of domain for further manipuation
496 * idmap_buf is already in the desired form i.e. name@domain
512 * - if there is no current domain configured
544 * Otherwise, we construct the "group@domain" string if
729 * check for a NULL domain is not a simple comparison with
763 syslog(LOG_ERR, gettext("%s: Invalid inbound domain name %s."),
800 * Get the current NFS domain.
802 * If nfsmapid_domain is set in NFS SMF, then it is the NFS domain;
803 * otherwise, the DNS domain is used.
858 * When a new domain name is configured, save to DIAG_FILE
878 syslog(LOG_DEBUG, "nfsmapid domain = %s", new);
883 * by the lib, everytime the nfsmapid(1m) domain changes.