From f41e71109744cbacfcbf6b8cf545e1f322d68494 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 24 Jun 2010 10:03:29 +1000 Subject: s4:auth Query LDB for msds-SupportedEncryptionTypes for the KDC The KDC needs this to determine what encryption types an entry supports Andrew Bartlett --- source4/auth/sam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/auth/sam.c b/source4/auth/sam.c index d0487ced01..cf2e2190e6 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -36,6 +36,7 @@ "userPrincipalName", \ "servicePrincipalName", \ "msDS-KeyVersionNumber", \ + "msDS-SupportedEncryptionTypes", \ "supplementalCredentials", \ \ /* passwords */ \ -- cgit