Support for using SSSD (http://fedorahosted.org/sssd/) as a sudoers

data source.  From Daniel Kopecek and Pavel Brezina.
This commit is contained in:
Todd C. Miller
2012-08-10 11:59:26 -04:00
parent a7424cc002
commit d89b1a6be2
13 changed files with 1460 additions and 12 deletions

View File

@@ -101,6 +101,7 @@ const char *const sudo_debug_subsystems[] = {
"perms",
"plugin",
"hooks",
"sssd",
NULL
};