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

(-)/home/vheidelb/git/ucs/saml/univention-saml/conffiles/etc/simplesamlphp/metadata/00_saml20-idp-hosted.php.orig (+8 lines)
 Lines 17-22    Link Here 
17
	 */
17
	 */
18
	'host' => '__DEFAULT__',
18
	'host' => '__DEFAULT__',
19
SingleSignOnService = configRegistry.get('saml/idp/overwrite/SingleSignOnService')
20
SingleLogoutService = configRegistry.get('saml/idp/overwrite/SingleLogoutService')
21
22
if SingleSignOnService:
23
	print(" 'SingleSignOnService'	=> '{}',".format(SingleSignOnService))
24
if SingleLogoutService:
25
	print(" 'SingleLogoutService'	=> '{}',".format(SingleLogoutService))
26
19
	/* X.509 key and certificate. Relative to the cert directory. */
27
	/* X.509 key and certificate. Relative to the cert directory. */
20
@!@
28
@!@
21
print "	'privatekey'	=> '%s'," % configRegistry.get('saml/idp/certificate/privatekey', configRegistry.get('apache2/ssl/key', '/etc/univention/ssl/%s.%s/private.key' % (configRegistry.get('hostname'), configRegistry.get('domainname')) ))
29
print "	'privatekey'	=> '%s'," % configRegistry.get('saml/idp/certificate/privatekey', configRegistry.get('apache2/ssl/key', '/etc/univention/ssl/%s.%s/private.key' % (configRegistry.get('hostname'), configRegistry.get('domainname')) ))

Return to bug 49687