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

/bind-9.11.3/lib/dns/
H A Dgssapictx.c200 * - the default realm in /etc/krb5.conf and the
223 gss_log(ISC_LOG_ERROR, "Unable to get krb5 default realm");
235 gss_log(ISC_LOG_ERROR, "default realm from krb5.conf (%s) "
268 * dependency due to DNS-based realm lookup in at least one
345 dns_name_t *realm)
366 dns_name_format(realm, rbuf, sizeof(rbuf));
369 * Find the realm portion. This is the part after the @. If it
396 * Now, we do a simple comparison between the name and the realm.
411 UNUSED(realm);
418 dns_name_t *realm)
344 dst_gssapi_identitymatchesrealmkrb5(dns_name_t *signer, dns_name_t *name, dns_name_t *realm) argument
417 dst_gssapi_identitymatchesrealmms(dns_name_t *signer, dns_name_t *name, dns_name_t *realm) argument
[all...]
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c218 static char *realm = NULL; variable
1689 if (realm != NULL) {
1690 isc_mem_free(gmctx, realm);
1691 realm = NULL;
1700 error("realm is too long");
1703 realm = isc_mem_strdup(gmctx, buf);
1704 if (realm == NULL)
2156 if (strcasecmp(word, "realm") == 0)
2766 * Get the realm from the users kerberos ticket if possible
2804 realm
[all...]

Completed in 22 milliseconds