summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-01-28 16:31:23 +0100
committerMichael Adam <obnox@samba.org>2013-02-05 17:36:32 +0100
commit1342bdd55c9759bc23f93298b34ed8d587816e6b (patch)
tree93264a4bd440357c4a8d525295543ce214fca1f8 /source3/include
parente7b39fba5e46f01e43250a758c69e3067400a0d3 (diff)
downloadsamba-1342bdd55c9759bc23f93298b34ed8d587816e6b.tar.gz
samba-1342bdd55c9759bc23f93298b34ed8d587816e6b.tar.bz2
samba-1342bdd55c9759bc23f93298b34ed8d587816e6b.zip
s3:param: add a utility function lp_idmap_range() to get the configured range for a given domain.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Christian Ambach <ambi@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 6856dd7730..454ffa5721 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1083,6 +1083,7 @@ int lp_winbind_max_domain_connections(void);
const char *lp_idmap_backend(void);
int lp_idmap_cache_time(void);
int lp_idmap_negative_cache_time(void);
+bool lp_idmap_range(const char *domain_name, uint32_t *low, uint32_t *high);
int lp_keepalive(void);
bool lp_passdb_expand_explicit(void);
char *lp_ldap_suffix(TALLOC_CTX *ctx);