diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-07-12 15:26:42 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-07-12 15:26:42 +1000 |
commit | 44ea6a26fd088f0f8c86817510ebe5a6cddf9158 (patch) | |
tree | b40611c9cec31abf163d6d5ce16a9f993486f66c /source4/setup/provision_users.ldif | |
parent | b4691ad5601a9d3e3f8ff8b42314d5e2cb462cd2 (diff) | |
download | samba-44ea6a26fd088f0f8c86817510ebe5a6cddf9158.tar.gz samba-44ea6a26fd088f0f8c86817510ebe5a6cddf9158.tar.xz samba-44ea6a26fd088f0f8c86817510ebe5a6cddf9158.zip |
rename sambaPassword -> userPassword.
This attribute is used in a very similar way (virtual attribute
updating the password) in AD on Win2003, so eliminate the difference.
This should not cause a problem for on-disk passwords, as by default
we do not store the plaintext at all.
Andrew Bartlett
(This used to be commit 1cf0d751493b709ef6b2234ec8847a7499f48ab3)
Diffstat (limited to 'source4/setup/provision_users.ldif')
-rw-r--r-- | source4/setup/provision_users.ldif | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/provision_users.ldif b/source4/setup/provision_users.ldif index 5a24e07492..641247cf22 100644 --- a/source4/setup/provision_users.ldif +++ b/source4/setup/provision_users.ldif @@ -8,7 +8,7 @@ adminCount: 1 accountExpires: 9223372036854775807 sAMAccountName: Administrator isCriticalSystemObject: TRUE -sambaPassword:: ${ADMINPASS_B64} +userPassword:: ${ADMINPASS_B64} dn: CN=Guest,CN=Users,${DOMAINDN} objectClass: user @@ -46,7 +46,7 @@ accountExpires: 9223372036854775807 sAMAccountName: krbtgt servicePrincipalName: kadmin/changepw isCriticalSystemObject: TRUE -sambaPassword:: ${KRBTGTPASS_B64} +userPassword:: ${KRBTGTPASS_B64} dn: CN=Domain Computers,CN=Users,${DOMAINDN} objectClass: top |