Skip to content

Commit

Permalink
s4-kdc: Allow to set the keytab_name in the kdc_server structure
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
cryptomilk authored and jrasamba committed Sep 12, 2016
1 parent b61ca17 commit 7fed514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source4/kdc/kdc-server.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 7fed514

Please sign in to comment.