summaryrefslogtreecommitdiff
path: root/swat/install/provision.esp
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-08-03 00:57:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:01 -0500
commit1254a6da23bec11eaccb0acc00efea524176541e (patch)
tree66c325bd31724d7d4e70c483fa80cf350ca933f5 /swat/install/provision.esp
parent6e1812426a638bd2a8cff245094326a50f202863 (diff)
downloadsamba-1254a6da23bec11eaccb0acc00efea524176541e.tar.gz
samba-1254a6da23bec11eaccb0acc00efea524176541e.tar.bz2
samba-1254a6da23bec11eaccb0acc00efea524176541e.zip
r8969: Make password field a password field, that is - prevent them from
displaying plain text. rafal (This used to be commit b91e6053485ada50f66aa763e0ccff3b71991fa5)
Diffstat (limited to 'swat/install/provision.esp')
-rw-r--r--swat/install/provision.esp1
1 files changed, 1 insertions, 0 deletions
diff --git a/swat/install/provision.esp b/swat/install/provision.esp
index 0072247b50..9316445d7f 100644
--- a/swat/install/provision.esp
+++ b/swat/install/provision.esp
@@ -27,6 +27,7 @@ f.element[2].label = "Host Name";
f.element[2].name = "HOSTNAME";
f.element[3].label = "Administrator Password";
f.element[3].name = "ADMINPASS";
+f.element[3].type = "password";
f.element[4].label = "Domain SID";
f.element[4].name = "DOMAINSID";
f.element[5].label = "Host GUID";