mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
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)
This commit is contained in:
parent
1e98ecd032
commit
a6a007d0c4
@ -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";
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user