Home
last modified time | relevance | path

Searched refs:realm_srv_names (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c525 const char *realm_srv_names[4]; in prof_locate_server() local
559 realm_srv_names[0] = "realms"; in prof_locate_server()
560 realm_srv_names[1] = host; in prof_locate_server()
561 realm_srv_names[2] = profname; in prof_locate_server()
562 realm_srv_names[3] = 0; in prof_locate_server()
564 code = profile_get_values(context->profile, realm_srv_names, &hl); in prof_locate_server()