search for: pam_term_error

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

2000 Jul 06
2
2.1.1p2 HP-UX 11 timing error
...get 2.1.1p2 to work on my HP-UX 11.0 systems I had to patch atomicio.c for EWOULDBLOCK (HP read() does not give the POSIX return code). The new atomicio() is a clean fix for this timing problem; all it needs now is this one little tweak. Also had the "General Commercial Security" error (PAM_TERM_ERROR from pam_acct_mgmt()) which I have very crudely addressed for now by hacking out that check entirely. *** atomicio.c Thu Jun 22 07:32:31 2000 --- /tmp/atomicio.c Thu Jul 6 09:03:30 2000 *************** *** 46,52 **** res = (f) (fd, s + pos, n - pos); switch (res) { case -1: ! if (e...
2000 Jul 03
2
2.1.1p2 HP-UX 11 PAM General Commerical Security error
Trying 2.1.1p2 on HP-UX 11 (trusted system) I get: Jul 3 14:24:53 robinson sshd[1236]: debug: Encryption type: 3des Jul 3 14:24:53 robinson sshd[1236]: debug: Received session key; encryption turned on. Jul 3 14:24:53 robinson sshd[1236]: debug: Installing crc compensation attack detector. Jul 3 14:24:53 robinson sshd[1236]: debug: Starting up PAM with username "stevesk" Jul 3