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

(-)ucs/services/univention-nagios/debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
univention-nagios (4.0.13-3) unstable; urgency=low
2
3
  * add AuthUserFile /dev/null to apache2.conf (Bug #17782)
4
5
 -- Martin Müller <packages@univention.de>  Thu, 23 Jun 2011 12:24:53 +0200
6
1
univention-nagios (4.0.13-2) unstable; urgency=low
7
univention-nagios (4.0.13-2) unstable; urgency=low
2
8
3
  * switch from check_univention_winbind to
9
  * switch from check_univention_winbind to
(-)ucs/services/univention-nagios/conffiles/etc/nagios2/apache2.conf (+2 lines)
 Lines 33-38    Link Here 
33
33
34
	AuthBasicAuthoritative Off
34
	AuthBasicAuthoritative Off
35
35
36
	AuthUserFile /dev/null
37
36
@!@
38
@!@
37
if baseConfig.has_key('nagios/server/authenticate') and baseConfig['nagios/server/authenticate'] == 'yes':
39
if baseConfig.has_key('nagios/server/authenticate') and baseConfig['nagios/server/authenticate'] == 'yes':
38
	print'	AuthPAM_Enabled on'
40
	print'	AuthPAM_Enabled on'

Return to bug 17782