search for: set_token

Displaying 2 results from an estimated 2 matches for "set_token".

Did you mean: get_token
2004 May 12
1
3.8p1 on Solaris 8
...m --with-prngd-socket=/var/run/opt/prngd-socket --with-tcp-wrappers=/usr/local --sysconfdir=/etc/ssh --with-pid-dir=/var/run --with-ipv4-default --with-default-path=/usr/bin:/bin:/usr/sbin The pam.conf file for other looks like this: other auth sufficient pam_afs.so.1 try_first_pass set_token ignore_root setenv_password_expires other auth requisite pam_authtok_get.so.1 other auth required pam_dhkeys.so.1 other auth required pam_unix_auth.so.1 TIA. -David- -- David R. Steiner david.r.steiner at dartmouth.edu UNIX System...
2003 Sep 25
3
openssh 3.7.1p2 afs/pam issues
I've been trying to get a working version of openssh-3.7.1p2 as well. Unfortunately, afs support has been pulled, and the patch posted on the openafs list coredumps when I compile it. The new way that pam is done also introduces errors since pam_authenticate is supposedly called in a seperate thread so that the correct environmental variables are not passed. Even after applying some changes