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

(-)a/services/univention-s4-connector/97univention-s4-connector.inst (-2 / +2 lines)
 Lines 86-93   univention-config-registry set \ Link Here 
86
86
87
if [ "$server_role" != 'domaincontroller_master' -a "$server_role" != 'domaincontroller_backup' ]; then
87
if [ "$server_role" != 'domaincontroller_master' -a "$server_role" != 'domaincontroller_backup' ]; then
88
	ucr set connector/ldap/bindpw?"/etc/machine.secret" \
88
	ucr set connector/ldap/bindpw?"/etc/machine.secret" \
89
		set connector/ldap/binddn?"$ldap_hostdn" \
89
		connector/ldap/binddn?"$ldap_hostdn" \
90
		set connector/ldap/server?"$hostname.$domainname"
90
		connector/ldap/server?"$hostname.$domainname"
91
fi
91
fi
92
92
93
# Create an extended attribute to synchronize the GPO attributes
93
# Create an extended attribute to synchronize the GPO attributes

Return to bug 35237