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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dparse.c90 unsigned int enterprise = (flags & KRB5_PRINCIPAL_PARSE_ENTERPRISE); local
98 * enterprise principal names (UPNs), there is only a single
115 } else if (c == COMPONENT_SEP && !enterprise) {
127 } else if (c == REALM_SEP && (!enterprise || !first_at)) {
140 if (c == REALM_SEP && enterprise && first_at)
319 } else if (c == COMPONENT_SEP && !enterprise) {
323 } else if (c == REALM_SEP && (!enterprise || !first_at)) {
328 if (c == REALM_SEP && enterprise && first_at)
349 if (enterprise)

Completed in 69 milliseconds