Hello good morning, here in indonesia still morning, I write this article at 9 am, but never mind, lets continue my next article. at this part I will make a LDAP Client still using Centos 6.2, continuing my last article about Directory Server Part I. I'm using nss_pam_ldap for it, you can read the manual here.
http://arthurdejong.org/nss-pam-ldapd/setup Ok, first we need install the package (-_-! of course).
http://arthurdejong.org/nss-pam-ldapd/setup Ok, first we need install the package (-_-! of course).
[root@localhost ~]# yum install nss-pam-ldapdWe need configure some files: nss-pam-ldap: /etc/nslcd.conf authentication: /etc/sysconfig/authconfig nss: /etc/nsswitch.conf services: /etc/init.d/nslcd Minimum configuration for nslcd.conf
uid nslcd gid ldap base dc=sidoel,dc=com uri ldap://192.168.1.200/configure /etc/sysconfig/authconfig for enabling USELDAPAUTH
USELDAPAUTH=yes USELDAP=yesconfiguring /etc/nsswitch.conf
passwd: files ldap shadow: files ldap group: files ldap hosts: files dns bootparams: nisplus [NOTFOUND=return] files ethers: files netmasks: files networks: files protocols: files rpc: files services: files netgroup: files ldap publickey: nisplus automount: files ldap aliases: files nispluscheck all auth configuration
[root@localhost ~]# authconfig --updateall Starting nslcd: [ OK ]restart the nslcd services
[root@localhost ~]# /etc/init.d/nslcd restart Stopping nslcd: [ OK ] Starting nslcd: [ OK ]cek our ldap account and group
[root@localhost ~]# getent passwd | grep fazrie fazrie:*:1001:1001:Fazrie:/home/fazrie:/bin/bash [root@localhost ~]# getent group | grep Linux Linux Users:*:1001:you can read this as a reference http://www.yolinux.com/TUTORIALS/LDAP_Authentication.html http://arthurdejong.org/nss-pam-ldapd/setup
When i try to login:
ReplyDeletefollowing error occures:
login as: fazrie
fazrie@192.168.0.2's password:
Last login: Mon Oct 8 16:11:43 2012
Could not chdir to home directory /home/fazrie: No such file or directory
-bash-4.1$
now what: How to automount home directory of any
user on client machine?