summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-07 07:24:10 +0000
committerTim Potter <tpot@samba.org>2002-11-07 07:24:10 +0000
commit8cdbdb170b3cda4dc179e75d23db22461f47b12e (patch)
treeccb2ff2be92f334dbdd591699c1a5d9cc289b572 /source3/nsswitch/winbindd_util.c
parentaecd050d38998f664492363e46b491245aafb8de (diff)
downloadsamba-8cdbdb170b3cda4dc179e75d23db22461f47b12e.tar.gz
samba-8cdbdb170b3cda4dc179e75d23db22461f47b12e.tar.bz2
samba-8cdbdb170b3cda4dc179e75d23db22461f47b12e.zip
Perform my janitorial duties.
(This used to be commit 3810f13682617d043d3cffaafe8a7cb7125c4ecd)
Diffstat (limited to 'source3/nsswitch/winbindd_util.c')
-rw-r--r--source3/nsswitch/winbindd_util.c6
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)) {