From a6a007d0c421f31f2cdb7f27f1db342f1573db50 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 10 Jan 2006 11:49:50 +0000 Subject: [PATCH] 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) --- swat/install/provision.esp | 1 - swat/install/samba3.esp | 1 - 2 files changed, 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"); -- 2.34.1