View | Details | Raw Unified | Return to bug 27512
Collapse All | Expand All

(-)univention-samba4/debian/univention-samba4.univention-config-registry-variables (+6 lines)
 Lines 333-335    Link Here 
333
Description[en]=If enabled before the initial join of univention-samba4, secondary Samba 4 DCs will also be initialized with provision instead of performing a regular Samba domain join. This variable should not be modified manually.
333
Description[en]=If enabled before the initial join of univention-samba4, secondary Samba 4 DCs will also be initialized with provision instead of performing a regular Samba domain join. This variable should not be modified manually.
334
Type=str
334
Type=str
335
Categories=service-samba
335
Categories=service-samba
336
337
[samba4/provision/primary]
338
Description[de]=Falls vor dem initialen Join von univention-samba4 aktiviert, werden auch sekundäre Samba 4 DCs per Provision installiert statt per Samba domain join. Diese Variable sollte nur in ganz speziellen dokumentierten Fällen gesetzt werden. Im Unterschied zu samba4/provision/secondary wird hier auch Global Catalogue und PDC Rolle gesetzt.
339
Description[en]=If enabled before the initial join of univention-samba4, secondary Samba 4 DCs will also be initialized with provision instead of performing a regular Samba domain join. This variable should only be modified in very sepcific documented cases. In contrast to samba4/provision/secondary this als sets the Global Catalogue und PDC roles.
340
Type=str
341
Categories=service-samba
(-)univention-samba4/96univention-samba4.inst (-1 / +2 lines)
 Lines 201-207    Link Here 
201
201
202
	/etc/init.d/samba4 stop
202
	/etc/init.d/samba4 stop
203
203
204
	if [ -z "$samba4servicedcs" ]; then	## we are the first domainctontroller to provide this service
204
	is_ucr_true samba4/provision/primary
205
	if [ $? -eq 0 ] || [ -z "$samba4servicedcs" ]; then	## we are the first domainctontroller to provide this service
205
206
206
		if [ $JS_LAST_EXECUTED_VERSION -lt 1 ]; then
207
		if [ $JS_LAST_EXECUTED_VERSION -lt 1 ]; then
207
			## Provision Samba4
208
			## Provision Samba4

Return to bug 27512