##################### # Author: Jacob Bresciani # Date: June 29th 2012 ##################### ScriptAlias /nagios/cgi-bin "/usr/lib64/nagios/cgi-bin" Options ExecCGI AllowOverride None Order allow,deny Allow from all AuthBasicProvider ldap AuthzLDAPAuthoritative off AuthLDAPURL "ldap://ad.omain.local/CN=Users,DC=ad,DC=domain,DC=local?sAMAccountName?sub?(objectClass=*)" AuthLDAPBindDN "CN=nagios,OU=Service Accounts,DC=ad,DC=domain,DC=local" AuthLDAPBindPassword "secret" AuthLDAPGroupAttribute memberOf AuthLDAPGroupAttributeIsDN off AuthName "Nagios Access" AuthType Basic Require valid-user Alias /nagios "/usr/share/nagios/html" Options None AllowOverride None Order allow,deny Allow from all AuthBasicProvider ldap AuthzLDAPAuthoritative off AuthLDAPURL "ldap://ad.omain.local/CN=Users,DC=ad,DC=domain,DC=local?sAMAccountName?sub?(objectClass=*)" AuthLDAPBindDN "CN=nagios,OU=Service Accounts,DC=ad,DC=domain,DC=local" AuthLDAPBindPassword "secret" AuthLDAPGroupAttribute memberOf AuthLDAPGroupAttributeIsDN off AuthName "Nagios Access" AuthType Basic Require valid-user