Searched refs:hosttypes (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dad.c545 const char *s, *hosttypes[] = { "host", "ldap", "gc", "cifs", "dns" }; local
552 for (i = 0; i < sizeof(hosttypes)/sizeof(hosttypes[0]); i++) {
553 if (strcasecmp(s, hosttypes[i]) == 0)

Completed in 90 milliseconds