diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-02-18 22:01:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:34 -0500 |
commit | 6e2d85e38baa2221c2d31d2246567e7523e00fd6 (patch) | |
tree | 03ffa66d3d404b0353943d15a11ae586a24ceff1 /source4/auth | |
parent | 0515f728e64dde0c197aee6180dce79ad281d5f8 (diff) | |
download | samba-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/auth')
-rw-r--r-- | source4/auth/sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/sam.c b/source4/auth/sam.c index f9f801c800..7299078747 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -36,7 +36,7 @@ const char *user_attrs[] = { "userPrincipalName", "servicePrincipalName", "msDS-KeyVersionNumber", - "krb5Key", + "supplementalCredentials", /* passwords */ "dBCSPwd", |