Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #375842
    merdrum21
    Participant

    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?

    #375845
    Patrick Gallagher
    Participant

    me=`whoami`

    You’re not going to get the password without installing a keylogger, big no-no. Does kerberos not work in your environment?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Comments are closed