Help with apache and ldap authentication

Allen Chen achen at harbourfrontcentre.com
Tue Jun 20 18:28:48 UTC 2006


Bliss, Aaron wrote:
> I'm running redhat 3 es, apache and all modules including mod_authz_ldap
> are from system rpm's; I'm attempting to restrict access to a directory
> and would like to use ldap authentication; below is the relevant section
> of my httpd.conf file; I'm getting the box to enter my credentials when
> going to the web page, but it seems to be failing; any ideas?  Thanks
> very much. 
>
> <directory /webroot/www/nessus_summary>
>  AuthType Basic
>  AuthName "Private Area"
> # AuthUserFile /usr/local/sbin/htusers
>  AuthzLDAPEngine on
>  AuthzLDAPServer "al-lnx-s11.preferredcare.org"
>  AuthzLDAPBindDN "ou=users,dc=preferredcare,dc=org"
>  #AuthzLDAPMapBase "ou=users,dc=preferredcare,dc=org"
>  AuthzLDAPAuthoritative on
>  AuthzLDAPSetAuthorization on
>  Require valid-user
> </directory>
>
> Confidentiality Notice:
> The information contained in this electronic message is intended for the exclusive use of the individual or entity named above and may contain privileged or confidential information.  If the reader of this message is not the intended recipient or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that dissemination, distribution or copying of this information is prohibited.  If you have received this communication in error, please notify the sender immediately by telephone and destroy the copies you received.
>
>
>   

Can you ping ldap server  al-lnx-s11.preferredcare.org from apache machine?




More information about the redhat-list mailing list