diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-05 09:03:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:45 -0500 |
commit | ff90c1c5c3b291d3d7ed5027743e1227df7a96d1 (patch) | |
tree | 23331b66fa34d846bda91fd43bdd8a0f397885db /source4/setup | |
parent | 4bfe2907e77809e499e998dd63f41985c5a02279 (diff) | |
download | samba-ff90c1c5c3b291d3d7ed5027743e1227df7a96d1.tar.gz samba-ff90c1c5c3b291d3d7ed5027743e1227df7a96d1.tar.bz2 samba-ff90c1c5c3b291d3d7ed5027743e1227df7a96d1.zip |
r12720: By metze's request, rename the ntPwdHistory attribute to
sambaNTPassword. Likewise lmPwdHistory -> sambaLMPwdHistory.
The idea here is to avoid having conflicting formats when we get to
replication. We know the base data matches, but we may need to use a
module to munge formats.
Andrew Bartlett
(This used to be commit 8e608dd4bf4f108e02274a9977ced04a0a270570)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_init.ldif | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index 5746fbfcda..cac851e97b 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -24,9 +24,9 @@ objectClass: CASE_INSENSITIVE sambaPassword: HIDDEN krb5Key: HIDDEN ntPwdHash: HIDDEN -ntPwdHistory: HIDDEN +sambaNTPwdHistory: HIDDEN lmPwdHash: HIDDEN -lmPwdHistory: HIDDEN +sambaLMPwdHistory: HIDDEN createTimestamp: HIDDEN modifyTimestamp: HIDDEN groupType: INTEGER |