diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-05 06:53:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:45 -0500 |
commit | 4bfe2907e77809e499e998dd63f41985c5a02279 (patch) | |
tree | ddeab36cbefffa97a1f55be8757b2d710bb1f138 /source4/setup | |
parent | 6eabf593bbc50da66e09e3d581f89f80e41c9994 (diff) | |
download | samba-4bfe2907e77809e499e998dd63f41985c5a02279.tar.gz samba-4bfe2907e77809e499e998dd63f41985c5a02279.tar.bz2 samba-4bfe2907e77809e499e998dd63f41985c5a02279.zip |
r12719: Rename unicodePwd -> sambaPassword.
Because we don't know the syntax of unicodePwd, we want to avoid using
that attribute name. It may cause problems later when we get
replication form windows.
I'm doing this before the tech preview, so we don't get too many
supprises as folks upgrade databases into later versions.
Andrew Bartlett
(This used to be commit 097d9d0b7fd3b1a10fb7039f0671fd459bed2d1b)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_init.ldif | 2 | ||||
-rw-r--r-- | source4/setup/provision_users.ldif | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index 99bbc01acf..5746fbfcda 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -21,7 +21,7 @@ name: CASE_INSENSITIVE dn: CASE_INSENSITIVE sAMAccountName: CASE_INSENSITIVE objectClass: CASE_INSENSITIVE -unicodePwd: HIDDEN +sambaPassword: HIDDEN krb5Key: HIDDEN ntPwdHash: HIDDEN ntPwdHistory: HIDDEN diff --git a/source4/setup/provision_users.ldif b/source4/setup/provision_users.ldif index 105dd4a059..ffb0139378 100644 --- a/source4/setup/provision_users.ldif +++ b/source4/setup/provision_users.ldif @@ -15,7 +15,7 @@ adminCount: 1 accountExpires: -1 sAMAccountName: Administrator isCriticalSystemObject: TRUE -unicodePwd: ${ADMINPASS} +sambaPassword: ${ADMINPASS} unixName: ${ROOT} dn: CN=Guest,CN=Users,${BASEDN} @@ -93,7 +93,7 @@ operatingSystem: Samba operatingSystemVersion: 4.0 dNSHostName: ${DNSNAME} isCriticalSystemObject: TRUE -unicodePwd: ${MACHINEPASS} +sambaPassword: ${MACHINEPASS} servicePrincipalName: HOST/${DNSNAME} servicePrincipalName: HOST/${NETBIOSNAME} servicePrincipalName: HOST/${DNSNAME}/${REALM} @@ -269,7 +269,7 @@ sAMAccountName: krbtgt sAMAccountType: 805306368 servicePrincipalName: kadmin/changepw isCriticalSystemObject: TRUE -unicodePwd: ${KRBTGTPASS} +sambaPassword: ${KRBTGTPASS} dn: CN=Domain Computers,CN=Users,${BASEDN} objectClass: top |