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

(-)a/saml/univention-saml/listener/univention-saml-simplesamlphp-configuration.py (+4 lines)
 Lines 182-187   def write_configuration_file(dn, new, filename): Link Here 
182
		if new.get('privacypolicyURL'):
182
		if new.get('privacypolicyURL'):
183
			fd.write("	'privacypolicy'	=> %s,\n" % php_string(new.get('privacypolicyURL')[0]))
183
			fd.write("	'privacypolicy'	=> %s,\n" % php_string(new.get('privacypolicyURL')[0]))
184
184
185
		fd.write("	'sign.logout' => true,\n")
186
		fd.write("	'saml20.sign.response' => true,\n")
187
		fd.write("	'saml20.sign.assertion' => true,\n")
188
185
		fd.write("	'authproc' => array(\n")
189
		fd.write("	'authproc' => array(\n")
186
		if not metadata:  # TODO: make it configurable
190
		if not metadata:  # TODO: make it configurable
187
			# make sure that only users that are enabled to use this service provider are allowed
191
			# make sure that only users that are enabled to use this service provider are allowed

Return to bug 49305