#system-config-authentication
You will get below window:
Select 'LDAP' from 'User Account Database' tab.

LDAP Search Base DN: Enter as per question
LDAP Server: Enter as per question
Check "Use TLS to encrypt connections
Click on 'Download CA Certificate
You will get below window:
You will get below window:
Select 'LDAP' from 'User Account Database' tab.

LDAP Search Base DN: Enter as per question
LDAP Server: Enter as per question
Check "Use TLS to encrypt connections
Click on 'Download CA Certificate
You will get below window:
Enter 'Certificate URL' : Given in question.
Click on 'OK'
Select 'LDAP password' from the 'Authentication Method'
Click on 'Apply'
Question will also ask to configure that ldap user ldapuser15 should get his home directory using autofs and should have read write access
#getent passwd ldapuser15
(if we do su - ldapuser15 without configuring autofs then it will complain that no home directory available)
then congiure the autofs (ensure it will have nfs version 3)
- #vim /etc/auto.master
- enter following in the line
- /home /etc/auto.ldap
- #vim /etc/auto.ldap (this file will not be there, we need to create it)
- enter following in the line
- ldapuser16 -rw,vers=3 <nfs/ldap server name>:/home/guests/ldapuser16
- service autofs reload
- chkconfig autofs on
No comments:
Post a Comment