LDAP & NFS Client Configuration

  This post will be based on the server setup made from the previous two post and here we will see how we can setup a client machine to use both LDAP and NFS . install required libraries apt-get install libnss-ldap libpam-ldap nscd ldap-utils configure the appropriate files Delete use_authtok in /etc/pam.d/common-password Add ldap to… Continue reading LDAP & NFS Client Configuration

Configuring NFS and Incorporating it with NethServer

  In this post we will see how  we can configure NFS in centos and incorporating it with NethServer. install nfs libraries yum install nfs-utils nfs-utils-lib chkconfig nfs on service rpcbind start service nfs start Export the directories to be shared. /home 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check) exportfs -a Attach it with the nethserver config set nfs service status… Continue reading Configuring NFS and Incorporating it with NethServer

NethServer with Ldap

  In this post , we will see how a ldap server can be configured in nethserver. step1:Installing centos create a bootable disk of nethserver after booting into the disk with nethserver, select the option with nethserver interactive install. give appropriate parameters in the os installation procedure after finishing nethserver installation , reboot the machine.… Continue reading NethServer with Ldap