summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-01 15:35:01 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:40 +0200
commit6d9f4d6d36da6f9ab729d769d00e615fe8b4a499 (patch)
tree507328805fac94553847106daaabfef0dc534df0 /source3/include/proto.h
parent2056703d56c67b4f01b61edafdf17d5e20220078 (diff)
downloadsamba-6d9f4d6d36da6f9ab729d769d00e615fe8b4a499.tar.gz
samba-6d9f4d6d36da6f9ab729d769d00e615fe8b4a499.tar.bz2
samba-6d9f4d6d36da6f9ab729d769d00e615fe8b4a499.zip
s3:loadparm: add new boolean parameter "idmap read only"
This will be used to be able to put the default idmap config read only. This can make sense for instance with the tdb2 idmap backend and using the idmap script feature.
Diffstat (limited to 'source3/include/proto.h')
-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 3ca3f103e9..f7d5e8f8f5 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3653,6 +3653,7 @@ bool lp_winbind_normalize_names(void);
bool lp_winbind_rpc_only(void);
bool lp_create_krb5_conf(void);
const char *lp_idmap_backend(void);
+bool lp_idmap_read_only(void);
int lp_idmap_cache_time(void);
int lp_idmap_negative_cache_time(void);
int lp_keepalive(void);