summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-02-29 15:02:44 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-03-01 10:03:49 -0500
commite840b9da42d696eb86307c641f5196f12ec4b9c4 (patch)
treec0777427b4194f470f0a920f6566fd12e1701bc1 /src/providers/dp_backend.h
parent55fcd37c086f699db1aeac54a3df046b60755ff6 (diff)
downloadsssd-e840b9da42d696eb86307c641f5196f12ec4b9c4.tar.gz
sssd-e840b9da42d696eb86307c641f5196f12ec4b9c4.tar.xz
sssd-e840b9da42d696eb86307c641f5196f12ec4b9c4.zip
IPA: Set the DNS discovery domain to match ipa_domain
https://fedorahosted.org/sssd/ticket/1217
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index fc79d45b3..b6b3db50a 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -195,8 +195,11 @@ int be_fo_service_add_callback(TALLOC_CTX *memctx,
struct be_ctx *ctx, const char *service_name,
be_svc_callback_fn_t *fn, void *private_data);
int be_fo_get_server_count(struct be_ctx *ctx, const char *service_name);
-int be_fo_add_srv_server(struct be_ctx *ctx, const char *service_name,
- const char *query_service, enum be_fo_protocol proto,
+int be_fo_add_srv_server(struct be_ctx *ctx,
+ const char *service_name,
+ const char *query_service,
+ const char *default_discovery_domain,
+ enum be_fo_protocol proto,
bool proto_fallback, void *user_data);
int be_fo_add_server(struct be_ctx *ctx, const char *service_name,
const char *server, int port, void *user_data);