The Samba-Bugzilla – Attachment 6796 Details for
Bug 8393
Allow domain == realm in provision
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow realm equal windows domain
provision_allow_realm_equal_windows_domain.diff (text/plain), 839 bytes, created by
Arvid Requate
on 2011-08-22 09:48:29 UTC
(
hide
)
Description:
Allow realm equal windows domain
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2011-08-22 09:48:29 UTC
Size:
839 bytes
patch
obsolete
>diff --git a/source4/scripting/python/samba/provision/__init__.py b/source4/scripting/python/samba/provision/__init__.py >index c414bd0..7960584 100644 >--- a/source4/scripting/python/samba/provision/__init__.py >+++ b/source4/scripting/python/samba/provision/__init__.py >@@ -635,8 +635,6 @@ def guess_names(lp=None, hostname=None, domain=None, dnsdomain=None, > raise ProvisioningError("guess_names: Realm '%s' must not be equal to hostname '%s'!" % (realm, hostname)) > if netbiosname.upper() == realm: > raise ProvisioningError("guess_names: Realm '%s' must not be equal to netbios hostname '%s'!" % (realm, netbiosname)) >- if domain == realm: >- raise ProvisioningError("guess_names: Realm '%s' must not be equal to short domain name '%s'!" % (realm, domain)) > > if rootdn is None: > rootdn = domaindn
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 Raw
Actions:
View
Attachments on
bug 8393
: 6796 |
8730