Univention Bugzilla – Attachment 9721 Details for
Bug 48085
Activate new Samba KCC implementation to support DRS replication topology shaping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use_new_kcc_for_new_installations.patch
use_new_kcc_for_new_installations.patch (text/plain), 1.38 KB, created by
Arvid Requate
on 2018-10-30 15:55:02 CET
(
hide
)
Description:
use_new_kcc_for_new_installations.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-10-30 15:55:02 CET
Size:
1.38 KB
patch
obsolete
>diff --git a/services/univention-samba4/conffiles/etc/samba/smb.conf.d/10global b/services/univention-samba4/conffiles/etc/samba/smb.conf.d/10global >index b1f38d1bfe..b6f0f4f5cb 100644 >--- a/services/univention-samba4/conffiles/etc/samba/smb.conf.d/10global >+++ b/services/univention-samba4/conffiles/etc/samba/smb.conf.d/10global >@@ -125,7 +125,7 @@ if configRegistry.get('samba/register/exclude/interfaces') and not configRegistr > print '\tbind interfaces only = yes' > print '\tinterfaces = lo %s' % ' '.join(interface_list) > >-if not configRegistry.is_true('samba4/kccsrv/samba_kcc', False): >+if not configRegistry.is_true('samba4/kccsrv/samba_kcc', True): > print '\tkccsrv:samba_kcc = False' > @!@ > ; ---------------------</10global>------------------------ >diff --git a/services/univention-samba4/debian/univention-samba4.postinst b/services/univention-samba4/debian/univention-samba4.postinst >index 26c9b1661d..0e22baa3bc 100644 >--- a/services/univention-samba4/debian/univention-samba4.postinst >+++ b/services/univention-samba4/debian/univention-samba4.postinst >@@ -415,6 +415,11 @@ secret: $machine_secret > /etc/init.d/bind9 restart > fi > fi >+ >+ ### The following block of code may be removed after ucs_4.3-2 >+ if dpkg --compare-versions "$2" lt-nl "7.0.3-1"; then >+ univention-config-registry set samba4/kccsrv/samba_kcc?False >+ fi > fi > > ntp_socket_dir='/var/lib/samba/ntp_signd'
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 48085
: 9721