s4:dsdb Hide the LM password by default too
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Dec 2009 21:53:32 +0000 (08:53 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 7 Dec 2009 02:07:03 +0000 (13:07 +1100)
source4/dsdb/samdb/ldb_modules/operational.c

index cc29476665790ef735dbec11a4d60385c4745d3d..d43950e6bbe8e443b703fecbbb85cc9ea83b3b1c 100644 (file)
@@ -213,7 +213,8 @@ static const struct {
        { "ntPwdHistory",         OPERATIONAL_REMOVE_UNASKED },
        { "lmPwdHistory",         OPERATIONAL_REMOVE_UNASKED },
        { "unicodePwd",           OPERATIONAL_REMOVE_UNASKED },
-       { "supplementalCredentials", OPERATIONAL_REMOVE_UNASKED }
+       { "supplementalCredentials", OPERATIONAL_REMOVE_UNASKED },
+       { "dBCSPwd",              OPERATIONAL_REMOVE_UNASKED }
 };