]> granicus.if.org Git - sudo/commit
Fix the check for whether a user is allowed to lists another user's
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 26 Feb 2016 16:32:08 +0000 (09:32 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 26 Feb 2016 16:32:08 +0000 (09:32 -0700)
commit95dd64ea7513e4034d787e82fbcbe84c758c0c98
treef6e8469d7b14d8b8de70e1eca5e47b45a3f7f968
parent5dd7ac20e176936ddd3771a0d279930b5dab3ee3
Fix the check for whether a user is allowed to lists another user's
privileges.  The "matched" variable is not boolean, it can also
have the value UNSPEC so we need to check explicitly for true.
Bug #738
plugins/sudoers/ldap.c
plugins/sudoers/sssd.c