Apache Digest authe...
 
Notifications
Clear all

Apache Digest authentication

3 Posts
2 Users
0 Reactions
20 Views
230dac1117c61c216398025d641fef7664053509e251cbc52ac991b139a4658b?s=80&d=mm&r=g
Posts: 3
Topic starter
(@travis-bean)
Active Member
Joined: 1 month ago

I followed the example in /etc/nagios4/apache2.conf to enable Digest authentication. I added the following into <DirectoryMatch>:

  AuthDigestDomain "Nagios"

  AuthDigestProvider file

  AuthUserFile "/etc/apache2/.htpasswd.users"

  AuthGroupFile "/etc/groups"

  AuthName "Nagios Login"

  AuthType Digest

  Require valid-user

I do not get the login prompt when accessing localhost/nagios4. Am I missing something? I even tried to surround the above-mentioned code with <RequireAll></RequireAll> and to no avail.

 

2 Replies
260ccdbc047486f18ae6ead6f4559730d09e073c497c17896a6aff5a0fbe9fd8?s=80&d=mm&r=g
Posts: 7
Admin
(@rarafa)
Member
Joined: 8 months ago

Which product are you using? Is this on Nagios CSP, Nagios core, or Nagios XI?

Please follow the steps outlined in this document on Implementing Digest Authentication - https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/cgisecurity.html

Reply
260ccdbc047486f18ae6ead6f4559730d09e073c497c17896a6aff5a0fbe9fd8?s=80&d=mm&r=g
Posts: 7
Admin
(@rarafa)
Member
Joined: 8 months ago

If this is related to core please use the following forum to post this question - https://support.nagios.com/forum/viewforum.php?f=7

Reply
Share: