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: 281
I'm trying to do following things:
- Login to CentOS over ssh: authentication needs to happen with Microsoft Ldap
- On successful login create a home directory for user in /home if directory exists take him to his home directory
- 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