summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/local_password.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-02-18 22:01:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:34 -0500
commit6e2d85e38baa2221c2d31d2246567e7523e00fd6 (patch)
tree03ffa66d3d404b0353943d15a11ae586a24ceff1 /source4/dsdb/samdb/ldb_modules/local_password.c
parent0515f728e64dde0c197aee6180dce79ad281d5f8 (diff)
downloadsamba-6e2d85e38baa2221c2d31d2246567e7523e00fd6.tar.gz
samba-6e2d85e38baa2221c2d31d2246567e7523e00fd6.tar.bz2
samba-6e2d85e38baa2221c2d31d2246567e7523e00fd6.zip
r21434: - get rid of "krb5Key"
- use "sambaPassword" only as virtual attribute for passing the cleartext password (in unix charset) into the ldb layer - store des-cbc-crc, des-cbc-md5 keys in the Primary:Kerberos blob to match w2k and w2k3 - aes key support is disabled by default, as we don't know exacly how longhorn stores them. use password_hash:create_aes_key=yes to force creation of them. - store the cleartext password in the Primary:CLEARTEXT blob if configured TODO: - find out how longhorn stores aes keys - find out how the Primary:WDigest blob needs to be constructed (not supported by w2k) metze (This used to be commit e20b53f6feaaca2cc81ee7d296ca3ff757ee3953)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/local_password.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/local_password.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/local_password.c b/source4/dsdb/samdb/ldb_modules/local_password.c
index e72b7cb3a3..1a49ed5847 100644
--- a/source4/dsdb/samdb/ldb_modules/local_password.c
+++ b/source4/dsdb/samdb/ldb_modules/local_password.c
@@ -52,8 +52,7 @@
*/
static const char * const password_attrs[] = {
- "sambaPassword",
- "krb5Key",
+ "supplementalCredentials",
"unicodePwd",
"dBCSPwd",
"lmPwdHistory",