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

(-)a/saml/univention-saml/conffiles/etc/simplesamlphp/config.php (+1 lines)
 Lines 76-81   print(" 'domainname' => '%s'," % configRegistry.get('domainname', '')) Link Here 
76
76
77
@!@
77
@!@
78
print("	'showerrors'            =>	%s," % ('TRUE' if configRegistry.is_true('saml/idp/show-errors') else 'FALSE'))
78
print("	'showerrors'            =>	%s," % ('TRUE' if configRegistry.is_true('saml/idp/show-errors') else 'FALSE'))
79
print("	'errorreporting'            =>	%s," % ('TRUE' if configRegistry.is_true('saml/idp/show-error-reporting') else 'FALSE'))
79
@!@
80
@!@
80
	/**
81
	/**
81
	 * Custom error show function called from SimpleSAML_Error_Error::show.
82
	 * Custom error show function called from SimpleSAML_Error_Error::show.
(-)a/saml/univention-saml/debian/univention-saml.univention-config-registry (+1 lines)
 Lines 28-33   Variables: saml/idp/timezone Link Here 
28
Variables: saml/idp/log/debug/enabled
28
Variables: saml/idp/log/debug/enabled
29
Variables: saml/idp/log/level
29
Variables: saml/idp/log/level
30
Variables: saml/idp/show-errors
30
Variables: saml/idp/show-errors
31
Variables: saml/idp/error-reporting
31
Variables: saml/idp/lookandfeel/theme
32
Variables: saml/idp/lookandfeel/theme
32
Variables: saml/idp/technicalcontactname
33
Variables: saml/idp/technicalcontactname
33
Variables: saml/idp/technicalcontactemail
34
Variables: saml/idp/technicalcontactemail
(-)a/saml/univention-saml/debian/univention-saml.univention-config-registry-variables (+6 lines)
 Lines 82-87   Description[en]=Defines if error information and stack traces allowed to be show Link Here 
82
Type=bool
82
Type=bool
83
Categories=saml
83
Categories=saml
84
84
85
[saml/idp/show-error-reporting]
86
Description[de]=Definiert, ob Fehler informationen wie Stack Traces per E-Mail an den Technischen-Kontakt gemeldet werden können.
87
Description[en]=Defines if error information and stack traces can be reported via email to the technical contact mail address.
88
Type=bool
89
Categories=saml
90
85
[saml/idp/lookandfeel/theme]
91
[saml/idp/lookandfeel/theme]
86
Description[de]=Das verwendete Theme der Webseiten des Identity Providers. (default: univentiontheme:univention)
92
Description[de]=Das verwendete Theme der Webseiten des Identity Providers. (default: univentiontheme:univention)
87
Description[en]=The theme used by the identity Provider webpages. (default: univentiontheme:univention)
93
Description[en]=The theme used by the identity Provider webpages. (default: univentiontheme:univention)

Return to bug 51801