From a6a007d0c421f31f2cdb7f27f1db342f1573db50 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 10 Jan 2006 11:49:50 +0000 Subject: 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 - 1 file changed, 1 deletion(-) (limited to 'swat/install/provision.esp') 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"; -- cgit