s4-kdc: Allow to set the keytab_name in the kdc_server structure
authorAndreas Schneider <asn@samba.org>
Wed, 7 Sep 2016 10:30:21 +0000 (12:30 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 12 Sep 2016 22:19:24 +0000 (00:19 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/kdc/kdc-server.h

index 47e6c686fec462b79608ec54803110f76c9ca238..fd883c2e4b459ffd9011e1e963284a61c9590ca6 100644 (file)
@@ -40,6 +40,7 @@ struct kdc_server {
        struct ldb_context *samdb;
        bool am_rodc;
        uint32_t proxy_timeout;
+       const char *keytab_name;
        void *private_data;
 };