Last Updated: February 25, 2016
·
1.867K
· ndufreche

[LINUX]Mount network disk with LDAP authentication

Mount cmd

sudo  mount -t cifs  -o username={ldap-login},password={ldap-passwd},domain={ldap-domain},uid={linux-login} //{network-disk-ip}/{folder-path} /mnt/{mount-name}