From 8cdbdb170b3cda4dc179e75d23db22461f47b12e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 7 Nov 2002 07:24:10 +0000 Subject: Perform my janitorial duties. (This used to be commit 3810f13682617d043d3cffaafe8a7cb7125c4ecd) --- source3/nsswitch/winbindd_util.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3') 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