]> granicus.if.org Git - sudo/commit
SSSD doesn't handle netgroups, we have to ensure they are correctly filtered
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 2 Jun 2016 16:47:39 +0000 (10:47 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 2 Jun 2016 16:47:39 +0000 (10:47 -0600)
commitb6beccf19ef58ba0c246326994437fb26a2c6429
tree24d6f574c0c5fc3e51e69d06442f5cf69b380cdd
parenta24f4b8248510a30d7811906227dd0111b1c47fe
SSSD doesn't handle netgroups, we have to ensure they are correctly filtered
in sudo. The rules may contain mixed sudoUser specification so we have to
check not only for netgroup membership but also for user and group matches.
Adapted from a patch from Daniel Kopecek.
plugins/sudoers/sssd.c