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

(-)a/usr/lib/univention-install/97univention-s4-connector.inst (-1 / +3 lines)
Lines 50-56 Link Here
50
	connector/s4/ldap/protocol?ldapi \
50
	connector/s4/ldap/protocol?ldapi \
51
	connector/s4/ldap/socket?/var/lib/samba/private/ldap_priv/ldapi
51
	connector/s4/ldap/socket?/var/lib/samba/private/ldap_priv/ldapi
52
52
53
s4connectorservicehost_dns="$(univention-directory-manager computers/computer list "$@" --filter "(&(univentionService=${NAME})(!(cn=$hostname)))" | sed -ne 's|^DN: ||p')"
53
if ! is_ucr_true 'connector/s4/allow/secondary'; then
54
	s4connectorservicehost_dns="$(univention-directory-manager computers/computer list "$@" --filter "(&(univentionService=${NAME})(!(cn=$hostname)))" | sed -ne 's|^DN: ||p')"
55
fi
54
56
55
if [ -n "$s4connectorservicehost_dns" ]; then	## there already is a system providing this service
57
if [ -n "$s4connectorservicehost_dns" ]; then	## there already is a system providing this service
56
58

Return to bug 25990