r12826: The base DN is very tied to the realm. Allowing it to be changed here
authorAndrew Bartlett <abartlet@samba.org>
Tue, 10 Jan 2006 11:49:50 +0000 (11:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:50:02 +0000 (13:50 -0500)
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)

swat/install/provision.esp
swat/install/samba3.esp

index 29fa6530de4df2e77e0bfea9c0568edd140dbf9b..7dda74e732a04263d50b1cb1e90679fa986467c8 100644 (file)
@@ -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";
index 32ee25fc417d8c758c25a7b1391525dc6b5bcd1b..3c53bd621fd2983f3d8380765bf6e93228317142 100644 (file)
@@ -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");