From 474f6a0f752bc3fb96cbd6cdc766b916b244c5d5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 4 Mar 2011 14:25:58 +0100 Subject: 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. --- source3/param/loadparm.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index f9b8f70670..d0dd3464ba 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4551,15 +4551,6 @@ static struct parm_struct parm_table[] = { .enum_list = NULL, .flags = FLAG_ADVANCED, }, - { - .label = "idmap read only", - .type = P_BOOL, - .p_class = P_GLOBAL, - .ptr = &Globals.bIdmapReadOnly, - .special = NULL, - .enum_list = NULL, - .flags = FLAG_ADVANCED, - }, { .label = "idmap cache time", .type = P_INTEGER, @@ -5689,7 +5680,6 @@ int lp_winbind_max_domain_connections(void) } FN_GLOBAL_CONST_STRING(lp_idmap_backend, &Globals.szIdmapBackend) -FN_GLOBAL_BOOL(lp_idmap_read_only, &Globals.bIdmapReadOnly) FN_GLOBAL_INTEGER(lp_idmap_cache_time, &Globals.iIdmapCacheTime) FN_GLOBAL_INTEGER(lp_idmap_negative_cache_time, &Globals.iIdmapNegativeCacheTime) FN_GLOBAL_INTEGER(lp_keepalive, &Globals.iKeepalive) -- cgit