summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in3
-rw-r--r--source3/include/includes.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index ebd7f64d81..2848414c40 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -1637,6 +1637,9 @@
/* Whether krb5_auth_con_setuseruserkey is available */
#undef HAVE_KRB5_AUTH_CON_SETUSERUSERKEY
+/* Whether krb5_locate_kdc is available */
+#undef HAVE_KRB5_LOCATE_KDC
+
/* Whether the krb5_address struct has a addrtype property */
#undef HAVE_ADDRTYPE_IN_KRB5_ADDRESS
diff --git a/source3/include/includes.h b/source3/include/includes.h
index cb2d57ea04..08e801427c 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1229,6 +1229,7 @@ int create_kerberos_key_from_string(krb5_context context,
void get_auth_data_from_tkt(DATA_BLOB *auth_data, krb5_ticket *tkt);
krb5_const_principal get_principal_from_tkt(krb5_ticket *tkt);
+krb5_error_code krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters);
#endif /* HAVE_KRB5 */