Index: univention-samba4/debian/control =================================================================== --- univention-samba4/debian/control (Revision 30641) +++ univention-samba4/debian/control (Arbeitskopie) @@ -33,3 +33,16 @@ integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ + +Package: univention-samba4-slave-pdc +Architecture: all +Depends: ${misc:Depends}, + univention-s4-connector +Description: UCS - Samba4 domain controller (as slave) + With this package, a Samba 4 domain controller is + configured as a Slave to the Univention Directory Manager + . + It is part of Univention Corporate Server (UCS), an + integrated, directory driven solution for managing + corporate environments. For more information about UCS, + refer to: http://www.univention.de/ Index: univention-samba4/debian/univention-samba4-slave-pdc.postinst =================================================================== --- univention-samba4/debian/univention-samba4-slave-pdc.postinst (Revision 0) +++ univention-samba4/debian/univention-samba4-slave-pdc.postinst (Revision 0) @@ -0,0 +1,42 @@ +#!/bin/sh +# +# Univention Samba4 Slave PDC +# postinst script of the Samba4 Slave PDC package +# +# Copyright 2004-2011 Univention GmbH +# +# http://www.univention.de/ +# +# All rights reserved. +# +# The source code of this program is made available +# under the terms of the GNU Affero General Public License version 3 +# (GNU AGPL V3) as published by the Free Software Foundation. +# +# Binary versions of this program provided by Univention to you as +# well as other copyrighted, protected or trademarked materials like +# Logos, graphics, fonts, specific documentations and configurations, +# cryptographic keys etc. are subject to a license agreement between +# you and Univention and not subject to the GNU AGPL V3. +# +# In the case you use this program under the terms of the GNU AGPL V3, +# the program is provided in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public +# License with the Debian GNU/Linux or Univention distribution in file +# /usr/share/common-licenses/AGPL-3; if not, see +# . + +. /usr/share/univention-lib/all.sh + +univention-config-registry set \ + connector/s4/allow/secondary?true \ + samba4/rpc/endpoint/drsuapi?false \ + samba4/service/drepl?false + +#DEBHELPER# + +exit 0