[Ilugc] LDAP client Configuration on RHEL 6

  • From: hariprasadh89@xxxxxxxxx (hari prasadh)
  • Date: Wed, 18 Dec 2013 19:14:10 +0530

Hi Ravi,

LDAP is for authentication and authorisation purpose.Consider you have
active directory which consists of numerous Distributions
lists(rocks at googlegroups.com).
This groups consists of 5 members gmailids.If you provide username and
password,it will validate against your username and password in active
directory.It is known as authentication and if checking if that gmailid is
in that particular group or not is authorisation.

Changes to be done in /etc/httpd/conf/httpd.conf
1.Change the log level to debug mode and check for errors in
/var/log/httpd/error.log
2.<VirtualHost *:80>
    ServerAdmin hariprasadh89 at gmail.com
    DocumentRoot /var/www/html
    ServerName (hostname given correctly)
    ErrorLog /var/log/error.log
    <Location /sss>
         AuthBasicProvider ldap
         AuthType Basic
         AuthzLDAPAuthoritative off
         AuthName "Enter ur AD username and password"
         AuthLDAPURL "
ldap://xxx.com:389/OU=yyy,DC=zzz,DC=aaa?sAMAccountName?sub?(objectClass=*)"
         AuthLDAPBindDN "hariprasadh89 at gmailcom"
         AuthLDAPBindPassword password
         require valid-user
         Require group rocks at googlegroups.com
        Require ldap-group CN=rocks OU=goolegroups,DC=gmail,DC=com
    </Location>
    ProxyPass /sss http://ipaddr:8080/sss               //This is proxy pass
    ProxyPassReverse /sss http://ipaddr:8080/sss
    </VirtualHost>

3.i have changed the referals off in /etc/openldap/ldap.conf

4.Restart apache :service httpd restart

Thanks,
HariPrasadh




On Wed, Dec 18, 2013 at 11:26 AM, Ravi Chandran <rav.adonis at gmail.com>wrote:

Thanks for your guideline. But could you please tell simply what is LDAP?
 On Dec 18, 2013 11:13 AM, "L. Guruprasad" <lgp171188 at gmail.com> wrote:

On Wed, Dec 18, 2013 at 11:03 AM, Ravi Chandran <rav.adonis at gmail.com>
wrote:
What is LDAP ? And how should I configure it?

When starting a new thread, compose a new email instead of replying on
top of an existing email and changing the subject. If you don't know
what LDAP is, I would strongly recommend that you learn about it
before trying to configure anything related to LDAP. Use your favorite
search engine or somewhere like the OpenLDAP documentation to get
started. I agree that the learning curve could be steep, but once you
go through that it will be very useful for you.

Thanks & Regards,
Guruprasad
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines




-- 
Thanks & Regards,
HariPrasadh

Other related posts: