LDAP Auth

Martin, Kennison kmartin at LTHS.NET
Thu Apr 8 20:43:01 CEST 2004


I use the following to authenticate with active directory and it works
great.

<Directory "/usr/local/nagios/sbin">
Order allow,deny
AuthName "Nagios South"
AuthType Basic
AuthLDAPUrl
LDAP://server.local/ou=Technical,dc=server,dc=local?sAMAccounName?sub?
AuthLDAPBindDN cn=apacheuser,cn=users,dc=server,dc=local
AuthLDAPBindPassword ********
Require valid-user
Allow from all
</Directory>


This gives all users in the 'Technical' ou access.


-----Original Message-----
From: nagios-users-admin at lists.sourceforge.net
[mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Michael
Gaskin
Sent: Thursday, April 08, 2004 1:17 PM
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] LDAP Auth

All...

The current installation I am working on is a Novell house with a nice
eDirectory setup.  I created a group called Nagios and whoever is in
that group is allowed access to Nagios. (Thanks to mod_auth_ldap and the
required group)...

Anyway, when I use this method I am getting cgi auth errors...  With
auth=1 the who is logged in is ?... I've setup the other auths for * but
I still get some errors.

Question is can I use this method or do I have to use the traditional
file based method.

Thanks in advance...


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list