From fdfed5abe8b2c03d050da023f6a7d54b4f1be4ef Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 7 Nov 2002 07:23:37 +0000 Subject: Remove lp_security() checks for winbindd as this is how we act as a PDC. Keep the rest of the cleanups though. (This used to be commit f0a1177acf82fceb174df1852d87a6e16d63fd63) --- source3/nsswitch/winbindd_util.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index a14ed96c67..1d18e8fda7 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -382,12 +382,6 @@ void free_getent_state(struct getent_state *state) BOOL winbindd_param_init(void) { - if (lp_security() != SEC_DOMAIN && lp_security() != SEC_ADS) { - DEBUG(0, ("must be in security = domain or security = ads mode to run winbindd\n")); - return False; - } - - /* Parse winbind uid and winbind_gid parameters */ if (!lp_winbind_uid(&server_state.uid_low, &server_state.uid_high)) { -- cgit