Univention Bugzilla – Attachment 4151 Details for
Bug 24953
Signed NTP (MS-SNTP) konfigurierbar machen für Samba4 Domänenmitglieder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Die Template-Anpassung für ntp.conf
ntp_signed.patch (text/plain), 1.07 KB, created by
Arvid Requate
on 2012-02-07 10:53:22 CET
(
hide
)
Description:
Die Template-Anpassung für ntp.conf
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2012-02-07 10:53:22 CET
Size:
1.07 KB
patch
obsolete
>Index: univention-base-files/debian/univention-base-files.univention-config-registry >=================================================================== >--- univention-base-files/debian/univention-base-files.univention-config-registry (Revision 30721) >+++ univention-base-files/debian/univention-base-files.univention-config-registry (Arbeitskopie) >@@ -71,6 +71,7 @@ > Variables: timeserver > Variables: timeserver2 > Variables: timeserver3 >+Variables: ntp/signed > > Type: file > File: etc/default/ntpdate >Index: univention-base-files/conffiles/etc/ntp.conf >=================================================================== >--- univention-base-files/conffiles/etc/ntp.conf (Revision 30721) >+++ univention-base-files/conffiles/etc/ntp.conf (Arbeitskopie) >@@ -27,6 +27,10 @@ > for ts in [timeserver] + [configRegistry.get('timeserver%d' % d) for d in range(2, 4)]: > if ts and ts not in dcs: > print "server %s" % ts >+ >+if configRegistry.is_true('ntp/signed'): >+ print 'ntpsigndsocket /var/run/samba/ntp_signd' >+ print 'restrict default mssntp' > @!@ > > ### Synchronize with local server, if no other
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 24953
: 4151