diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-10 11:49:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:50:02 -0500 |
commit | a6a007d0c421f31f2cdb7f27f1db342f1573db50 (patch) | |
tree | 5248a0a2bdab0cf8ab30bccfb2eec390cdf0974e /swat/install | |
parent | 1e98ecd03226c027ababbad7d205d93dc3a50db4 (diff) | |
download | samba-a6a007d0c421f31f2cdb7f27f1db342f1573db50.tar.gz samba-a6a007d0c421f31f2cdb7f27f1db342f1573db50.tar.xz samba-a6a007d0c421f31f2cdb7f27f1db342f1573db50.zip |
r12826: The base DN is very tied to the realm. Allowing it to be changed here
only allows stuffups, but doesn't benifit anyone. (If we were to
allow it, we should have it change every time the realm is modified,
character by character).
The command line provision script doesn't allow this either.
Andrew Bartlett
(This used to be commit fd176997b691ecf8a1126b0afba3a5cb28818ed1)
Diffstat (limited to 'swat/install')
-rw-r--r-- | swat/install/provision.esp | 1 | ||||
-rw-r--r-- | swat/install/samba3.esp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/swat/install/provision.esp b/swat/install/provision.esp index 29fa6530de..7dda74e732 100644 --- a/swat/install/provision.esp +++ b/swat/install/provision.esp @@ -28,7 +28,6 @@ f.add("ADMINPASS", "Administrator Password", "password"); f.add("CONFIRM", "Confirm Password", "password"); f.add("DOMAINSID", "Domain SID"); f.add("HOSTGUID", "Host GUID"); -f.add("BASEDN", "Base DN"); f.add("HOSTIP", "Host IP"); f.add("DEFAULTSITE", "Default Site"); f.submit[0] = "Provision"; diff --git a/swat/install/samba3.esp b/swat/install/samba3.esp index 32ee25fc41..3c53bd621f 100644 --- a/swat/install/samba3.esp +++ b/swat/install/samba3.esp @@ -34,7 +34,6 @@ function confirm_form() f.add("CONFIRM", "Confirm Password", "password"); f.add("DOMAINSID", "Domain SID"); f.add("HOSTGUID", "Host GUID"); - f.add("BASEDN", "Base DN"); f.add("HOSTIP", "Host IP"); f.add("DEFAULTSITE", "Default Site"); |