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

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c663 propersubdomain(char *domain, char *subdomain) argument
668 if (domain == NULL || subdomain == NULL)
672 subdomainlen = strlen(subdomain);
675 if ((strncasecmp(domain, subdomain, subdomainlen)) != 0)

Completed in 16 milliseconds