Univention Bugzilla – Attachment 8471 Details for
Bug 43217
nameserver2=dns/forwarder1 breaks LDAP/DHCP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes_for_ucsschool.patch
fixes_for_ucsschool.patch (text/plain), 1.07 KB, created by
Arvid Requate
on 2017-02-27 18:01:51 CET
(
hide
)
Description:
fixes_for_ucsschool.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2017-02-27 18:01:51 CET
Size:
1.07 KB
patch
obsolete
>--- a/univention-server/univention-fix-ucr-dns (Revision 77129) >+++ b/univention-server/univention-fix-ucr-dns (Arbeitskopie) >@@ -108,13 +108,13 @@ > action='store_true', > help='Do not add self as name-server') > parser.add_option( >- '--no-master', '-M', >+ '--add-master', '-m', > action='store_true', >- help='Do not add domaincontroller_master as name-server') >+ help='Add domaincontroller_master as name-server') > parser.add_option( >- '--no-nameservers', '-N', >+ '--add-nameservers', '-n', > action='store_true', >- help='Do not add other name-servers') >+ help='Add other name-servers') > parser.add_option( > '--no-validation', '-V', > action='store_true', >@@ -248,7 +248,7 @@ > > def add_nameservers(nameservers, domain): > log = getLogger(__name__).getChild('ns') >- if options.no_nameservers: >+ if not options.add_nameservers: > log.info('Skip adding NS') > return > >@@ -276,7 +276,7 @@ > > def add_master(nameservers, master): > log = getLogger(__name__).getChild('ldap') >- if options.no_master: >+ if not options.add_master: > log.info('Skip adding master') > return >
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 43217
:
8309
|
8451
| 8471