Add digest support for sudoers in ldap and sss.

This commit is contained in:
Todd C. Miller
2013-04-16 16:03:37 -04:00
parent d1580ff592
commit cc3c76b85d
3 changed files with 137 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
#define SUDO_DIGEST_SHA256 1
#define SUDO_DIGEST_SHA384 2
#define SUDO_DIGEST_SHA512 3
#define SUDO_DIGEST_INVALID 4
struct sudo_digest {
int digest_type;