From b418d3b65c95f02b82268188f17d27fc1b1b49f0 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 5 Jun 2012 08:43:40 -0400 Subject: Primary server support: krb5 adaptation This patch adds support for the primary server functionality into krb5 provider. No backup servers are added at the moment, just the basic support is in place. --- src/providers/krb5/krb5_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/providers/krb5/krb5_common.h') diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h index 589b866b..337fcf55 100644 --- a/src/providers/krb5/krb5_common.h +++ b/src/providers/krb5/krb5_common.h @@ -147,7 +147,9 @@ errno_t write_krb5info_file(const char *realm, const char *kdc, const char *service); int krb5_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx, - const char *service_name, const char *servers, + const char *service_name, + const char *primary_servers, + const char *backup_servers, const char *realm, struct krb5_service **_service); void remove_krb5_info_files_callback(void *pvt); -- cgit