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

@@ -71,6 +71,7 @@
#define SUDO_DEBUG_PERMS (23<<6) /* uid/gid swapping functions */
#define SUDO_DEBUG_PLUGIN (24<<6) /* main plugin functions */
#define SUDO_DEBUG_HOOKS (25<<6) /* hook functions */
#define SUDO_DEBUG_SSSD (26<<6) /* sudoers SSSD */
#define SUDO_DEBUG_ALL 0xfff0 /* all subsystems */
/* Flag to include string version of errno in debug info. */