summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-06-05 08:44:20 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-08-01 16:19:41 +0200
commitd7e3035f018828fcd41b0cc1c0012fab6012f782 (patch)
tree4015b81cfbc6e2a95967f1e08f36a548a91032a0 /src/providers/ldap/ldap_common.h
parentb418d3b65c95f02b82268188f17d27fc1b1b49f0 (diff)
downloadsssd-d7e3035f018828fcd41b0cc1c0012fab6012f782.tar.gz
sssd-d7e3035f018828fcd41b0cc1c0012fab6012f782.tar.xz
sssd-d7e3035f018828fcd41b0cc1c0012fab6012f782.zip
Primary server support: LDAP adaptation
This patch adds support for the primary server functionality into LDAP provider. No backup servers are added at the moment, just the basic support is in place.
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 1a458ec90..1773f37e7 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -98,7 +98,8 @@ void sdap_handler_done(struct be_req *req, int dp_err,
int sdap_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx,
const char *service_name, const char *dns_service_name,
- const char *urls, struct sdap_service **_service);
+ const char *urls, const char *backup_urls,
+ struct sdap_service **_service);
int sdap_gssapi_init(TALLOC_CTX *mem_ctx,
struct dp_option *opts,