Searched defs:subdomain (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c580 propersubdomain(char *domain, char *subdomain) argument
585 if (domain == NULL || subdomain == NULL)
589 subdomainlen = strlen(subdomain);
592 if ((strncasecmp(domain, subdomain, subdomainlen)) != 0)

Completed in 58 milliseconds