summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-05-16 20:04:21 +1200
committerAndrew Bartlett <abartlet@samba.org>2014-06-04 03:22:26 +0200
commit191d754091a5a060cfd3d9a5f4e744a561b56abb (patch)
treeb9801400f76c0de4580b0c9873ce12cc2e380647 /source3/include
parent5a71f46f46fc3d4cbc2fe6c06e0d1661ccead488 (diff)
downloadsamba-191d754091a5a060cfd3d9a5f4e744a561b56abb.tar.gz
samba-191d754091a5a060cfd3d9a5f4e744a561b56abb.tar.xz
samba-191d754091a5a060cfd3d9a5f4e744a561b56abb.zip
s3-param: Add lp_dnsdomain() for use by winbindd
Change-Id: I987aa533ebe11c93b9e836fafc7b19c81bf600a5 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 356bf91dd89..d401dfbef3e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -994,6 +994,7 @@ NTSTATUS trust_pw_change(struct netlogon_creds_cli_context *context,
char *lp_servicename(TALLOC_CTX *ctx, int);
const char *lp_const_servicename(int);
bool lp_autoloaded(int);
+const char *lp_dnsdomain(void);
int lp_winbind_max_domain_connections(void);
bool lp_idmap_range(const char *domain_name, uint32_t *low, uint32_t *high);
bool lp_idmap_default_range(uint32_t *low, uint32_t *high);