summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-06-05 08:43:40 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-08-01 16:19:41 +0200
commitb418d3b65c95f02b82268188f17d27fc1b1b49f0 (patch)
treed353b1dc9b930f3feaf847bfbcd5c201a9dbf017 /src/providers/krb5/krb5_common.h
parent1ecdcf622920781a95e3d2040a2aad9ac2e31260 (diff)
downloadsssd-b418d3b65c95f02b82268188f17d27fc1b1b49f0.tar.gz
sssd-b418d3b65c95f02b82268188f17d27fc1b1b49f0.tar.xz
sssd-b418d3b65c95f02b82268188f17d27fc1b1b49f0.zip
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.
Diffstat (limited to 'src/providers/krb5/krb5_common.h')
-rw-r--r--src/providers/krb5/krb5_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h
index 589b866b4..337fcf55f 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);