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 | fd176997b691ecf8a1126b0afba3a5cb28818ed1 (patch) | |
tree | 45902487c205de7be0df539e5caa08ecda65bd3f /swat | |
parent | 909ef011b1343a33c4da4b2230062fd0468736ce (diff) | |
download | samba-fd176997b691ecf8a1126b0afba3a5cb28818ed1.tar.gz samba-fd176997b691ecf8a1126b0afba3a5cb28818ed1.tar.xz samba-fd176997b691ecf8a1126b0afba3a5cb28818ed1.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
Diffstat (limited to 'swat')
-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 29fa6530de4..7dda74e732a 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 32ee25fc417..3c53bd621fd 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"); |