diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 6 |
1 files changed, 0 insertions, 6 deletions
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)) { |