Linux user authentication with Microsoft LDAP

Posted by TusharG on Server Fault See other posts from Server Fault or by TusharG
Published on 2010-08-16T20:51:52Z Indexed on 2011/03/11 16:11 UTC
Read the original article Hit count: 257

Filed under:
|

I'm trying to do following things:

  1. Login to CentOS over ssh: authentication needs to happen with Microsoft Ldap
  2. On successful login create a home directory for user in /home if directory exists take him to his home directory
  3. Put quota on /home/user directory of 5 GB

Can someone please show me a link for Centos/redhat to authorize users with Microsoft Ldap?

I have already tried: setup command from root -> "Authentication configuration" -> "[] User Information -> Use Ldap" -> Authentication -> [] Use Ldap Authentication" -> []/[*] Use TLS -> Server: ldap://corporate.company.com -> Base DN: dc=corporate,dc=company,dc=com" This does not authentication users with Microsoft LDAP

© Server Fault or respective owner

Related posts about linux

Related posts about ldap