14.02.2014 Views

ldapv3.pdf 7947KB Apr 17 2013 11:30:42 AM - mirror omadata

ldapv3.pdf 7947KB Apr 17 2013 11:30:42 AM - mirror omadata

ldapv3.pdf 7947KB Apr 17 2013 11:30:42 AM - mirror omadata

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

mod_auth_ldap<br />

(http://nona.net/software/ldap/)<br />

mod_auth_ldap provides the ability for the popular Apache<br />

(http://www.apache.org) web and web application server to<br />

authenticate users against an LDAP directory. The module supports<br />

clear text, crypted, and scheme encrypted passwords. mod_auth_ldap<br />

is included in most recent Linux distributions.<br />

/etc/httpd/httpd.conf<br />

LoadModule auth_ldap_module modules/mod_auth_ldap.so<br />

. . . withing a Directory clause . . .<br />

AuthLDAPURL ldap://192.168.1.9:389/o=Morrison Industries ,c=US?uid<br />

An example .htaccess entry<br />

<br />

AuthType Basic<br />

AuthName "intranet"<br />

AuthLDAPURL ldap://littleboy:389/o=Morrison Industries ,c=US?uid<br />

require group cn=cis,ou=Groups,o=Morrison Industries,c=US<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!