Home › Forums › OS X Server and Client Discussion › Active Directory › automount AD share
I need to automount an AD share that only varies by username. i.e.
smb://domain;$me:[email protected]/home/$me
$me ==needs to equal the current logged in user $password == needs to equal their password.
Is their a way to pass the login credentials to an automount script?
me=`whoami`
You’re not going to get the password without installing a keylogger, big no-no. Does kerberos not work in your environment?
Comments are closed