[hobbit] securing access
Taylor, Robert
Robert.Taylor at HendrickAuto.com
Mon Apr 4 14:35:58 CEST 2005
There was a post a few days back with an LDAP configuration. I was able to
change a few things around a get that to work with our MS Active Directory
to validate usernames/passwords for access on a RH EL 3.0 box.
Here is the config for my Apache server. It effectively let's anyone access
from the internal 10.x.x.x network and then requires a valid
username/password for anyone accessing via the Web.
<Directory "/var/www/html">
AllowOverride None
Order Deny,Allow
AuthType Basic
AuthName "<Something to display in dialog>"
AuthzLDAPEngine on
AuthzLDAPServer <IP Address of LDAP Server>:389
AuthzLDAPUserKey sAMAccountName
AuthzLDAPBindDN <valid LDAP Username for binding to server>
AuthzLDAPBindPassword <LDAP password for username above>
AuthzLDAPUserBase dc=<something>,dc=<something .com, .local, .net etc.>
AuthzLDAPUserScope subtree
Deny from all
Satisfy any
Require valid-user
Allow from 10.
</Directory>
Standard disclaimer would be that I am no Apache expert and this took me
FOREVER to get working right, but it seems to be okay now.
Robert
_____
From: David Garaway [mailto:dave at auctionhelper.com]
Sent: Monday, April 04, 2005 3:29 AM
To: hobbit at hswn.dk
Subject: [hobbit] securing access
Does anyone know how to lock the whole hobbit page down? I have a friend
that would like to be able to get to the page from anywhere but wants
something like htaccess. Before I started mucking around with apache to try
to get this working I thought I would see if anyone has done this.
Thanks,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20050404/863d2566/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3768 bytes
Desc: not available
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20050404/863d2566/attachment.bin>
More information about the Xymon
mailing list