diff options
author | Michael Adam <obnox@samba.org> | 2011-03-04 14:25:58 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-22 22:49:57 +0100 |
commit | 474f6a0f752bc3fb96cbd6cdc766b916b244c5d5 (patch) | |
tree | 92945649dccce9885f77ee9bb48fb9b8255a7b99 /source3/include | |
parent | ae5d35b09e9bcf39523a5300985720786860e65a (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/proto.h | 1 |
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); |