Displaying 1 result from an estimated 1 matches for "pam_authtoken".
Did you mean:
pam_authtok
2002 Nov 13
0
askpass replacement which uses pam module to get password?
...is list, but i'm wondering if anyone has ever tried
this before.
i'm deploying some linux clients which authenticate against a yp server.
at login time, if the user has never logged into the machine before, a
script automatically creates their home directory. next, a pam module
named pam_authtoken opens a unix socket which makes the plaintext password
available to a script which then runs rsync -e ssh to sync their new home
directory with the one on the server. at logout time, the process is
reversed. the end result is intended to be similar to the "roaming
profiles" system o...