mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
no longer need to check def_ignore_local_sudoers here
This commit is contained in:
7
ldap.c
7
ldap.c
@@ -1355,13 +1355,6 @@ sudo_ldap_lookup(nss, pwflag)
|
|||||||
SET(ret, FLAG_CHECK_USER);
|
SET(ret, FLAG_CHECK_USER);
|
||||||
break;
|
break;
|
||||||
case all:
|
case all:
|
||||||
/*
|
|
||||||
* If we are not ignoring local sudoers we
|
|
||||||
* can't make a decision yet. (XXX)
|
|
||||||
*/
|
|
||||||
if (!def_ignore_local_sudoers && doauth == FALSE)
|
|
||||||
def_authenticate = FALSE;
|
|
||||||
break;
|
|
||||||
case any:
|
case any:
|
||||||
if (doauth == FALSE)
|
if (doauth == FALSE)
|
||||||
def_authenticate = FALSE;
|
def_authenticate = FALSE;
|
||||||
|
Reference in New Issue
Block a user