automount AD share
I need to automount an AD share that only varies by username. i.e.
smb://domain;$me:$password@share1.domain.example.edu/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?