summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-03-04 14:25:58 +0100
committerMichael Adam <obnox@samba.org>2011-03-22 22:49:57 +0100
commit474f6a0f752bc3fb96cbd6cdc766b916b244c5d5 (patch)
tree92945649dccce9885f77ee9bb48fb9b8255a7b99 /source3/include/proto.h
parentae5d35b09e9bcf39523a5300985720786860e65a (diff)
downloadsamba-474f6a0f752bc3fb96cbd6cdc766b916b244c5d5.tar.gz
samba-474f6a0f752bc3fb96cbd6cdc766b916b244c5d5.tar.bz2
samba-474f6a0f752bc3fb96cbd6cdc766b916b244c5d5.zip
s3:loadparm: remove unused parameter "idmap read only".
This has not been released yet and is now useless since we use the "idmap config * : read only = ..." syntax.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c37788f97e..b5b35a4623 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2999,7 +2999,6 @@ bool lp_winbind_rpc_only(void);
bool lp_create_krb5_conf(void);
int lp_winbind_max_domain_connections(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);