<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
        <p>
            Quoting Robert J Molerio <rjm399@nyu.edu>:<br />
            <br />
            > Can anyone indicate how this can be done?<br />
            > We would like users to log on to Nagios via LDAP.<br />
            > I think we need to configure the Apache server within Nagios to be able to<br />
            > do this but we're not sure.<br />
            <br />
            It's definitely possible using Apache's LDAP auth, however you might want to consider that when your network is going ape****, it's really nice to know that your Nagios machine doesn't require any external resources.<br />
            <br />
            That's why I chose local auth (htpasswd).<br />
            <br />
            Now matter how much of the brown stuff is flying around, Nagios is up.<br />
            <br />
            Terry<br />
            <br />
        </p>
    </body>
</html>