From 1342bdd55c9759bc23f93298b34ed8d587816e6b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Jan 2013 16:31:23 +0100 Subject: s3:param: add a utility function lp_idmap_range() to get the configured range for a given domain. Signed-off-by: Michael Adam Reviewed-by: Christian Ambach --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') 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); -- cgit