svn commit: samba r12826 - in branches/SAMBA_4_0/swat/install: .

abartlet at samba.org abartlet at samba.org
Tue Jan 10 11:49:50 GMT 2006


Author: abartlet
Date: 2006-01-10 11:49:50 +0000 (Tue, 10 Jan 2006)
New Revision: 12826

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12826

Log:
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

Modified:
   branches/SAMBA_4_0/swat/install/provision.esp
   branches/SAMBA_4_0/swat/install/samba3.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/install/provision.esp
===================================================================
--- branches/SAMBA_4_0/swat/install/provision.esp	2006-01-10 11:34:43 UTC (rev 12825)
+++ branches/SAMBA_4_0/swat/install/provision.esp	2006-01-10 11:49:50 UTC (rev 12826)
@@ -28,7 +28,6 @@
 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";

Modified: branches/SAMBA_4_0/swat/install/samba3.esp
===================================================================
--- branches/SAMBA_4_0/swat/install/samba3.esp	2006-01-10 11:34:43 UTC (rev 12825)
+++ branches/SAMBA_4_0/swat/install/samba3.esp	2006-01-10 11:49:50 UTC (rev 12826)
@@ -34,7 +34,6 @@
 	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");
 



More information about the samba-cvs mailing list