Univention Bugzilla – Attachment 7547 Details for
Bug 39070
AD Takeover fails if AD NETBIOS domain name is unusual
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ad_netbios_domain.patch
ad_netbios_domain.patch (text/plain), 907 bytes, created by
Arvid Requate
on 2016-03-21 20:37:15 CET
(
hide
)
Description:
ad_netbios_domain.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2016-03-21 20:37:15 CET
Size:
907 bytes
patch
obsolete
>Index: takeover.py >=================================================================== >--- takeover.py (Revision 67446) >+++ takeover.py (Arbeitskopie) >@@ -775,6 +775,7 @@ > self.ad_server_ip = self.AD.domain_info["ad_ip"] > self.ad_server_fqdn = self.AD.domain_info["ad_hostname"] > self.ad_server_name = self.AD.domain_info["ad_netbios_name"] >+ self.ad_netbios_domain = self.AD.domain_info["ad_netbios_domain"] > > self.lp = LoadParm() > try: >@@ -886,6 +887,7 @@ > run_and_output_to_log(["univention-config-registry", "set", > "nameserver1/local=%s" % nameserver1_orig, > "nameserver1=%s" % self.ad_server_ip, >+ "windows/domain=%s" % self.ad_netbios_domain, > "directory/manager/web/modules/users/user/properties/username/syntax=string", > "directory/manager/web/modules/groups/group/properties/name/syntax=string", > "dns/backend=ldap"], log.debug)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39070
: 7547