View | Details | Raw Unified | Return to bug 25989 | Differences between
and this patch

Collapse All | Expand All

(-)univention-samba4/debian/control (+13 lines)
 Lines 33-35    Link Here 
33
 integrated, directory driven solution for managing
33
 integrated, directory driven solution for managing
34
 corporate environments. For more information about UCS,
34
 corporate environments. For more information about UCS,
35
 refer to: http://www.univention.de/
35
 refer to: http://www.univention.de/
36
37
Package: univention-samba4-slave-pdc
38
Architecture: all
39
Depends: ${misc:Depends},
40
 univention-s4-connector
41
Description: UCS - Samba4 domain controller (as slave)
42
 With this package, a Samba 4 domain controller is
43
 configured as a Slave to the Univention Directory Manager
44
 .
45
 It is part of Univention Corporate Server (UCS), an
46
 integrated, directory driven solution for managing
47
 corporate environments. For more information about UCS,
48
 refer to: http://www.univention.de/
(-)univention-samba4/debian/univention-samba4-slave-pdc.postinst (+42 lines)
Line 0    Link Here 
1
#!/bin/sh
2
#
3
# Univention Samba4 Slave PDC
4
#  postinst script of the Samba4 Slave PDC package
5
#
6
# Copyright 2004-2011 Univention GmbH
7
#
8
# http://www.univention.de/
9
#
10
# All rights reserved.
11
#
12
# The source code of this program is made available
13
# under the terms of the GNU Affero General Public License version 3
14
# (GNU AGPL V3) as published by the Free Software Foundation.
15
#
16
# Binary versions of this program provided by Univention to you as
17
# well as other copyrighted, protected or trademarked materials like
18
# Logos, graphics, fonts, specific documentations and configurations,
19
# cryptographic keys etc. are subject to a license agreement between
20
# you and Univention and not subject to the GNU AGPL V3.
21
#
22
# In the case you use this program under the terms of the GNU AGPL V3,
23
# the program is provided in the hope that it will be useful,
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
# GNU Affero General Public License for more details.
27
#
28
# You should have received a copy of the GNU Affero General Public
29
# License with the Debian GNU/Linux or Univention distribution in file
30
# /usr/share/common-licenses/AGPL-3; if not, see
31
# <http://www.gnu.org/licenses/>.
32
33
. /usr/share/univention-lib/all.sh
34
35
univention-config-registry set \
36
	connector/s4/allow/secondary?true \
37
	samba4/rpc/endpoint/drsuapi?false \
38
	samba4/service/drepl?false
39
40
#DEBHELPER#
41
42
exit 0

Return to bug 25989