Displaying 3 results from an estimated 3 matches for "paulfaure".
2000 Sep 14
5
ListenAddress option.
...: read DSA private key done
debug: Seeding random number generator
error: getnameinfo failed
fatal: Cannot bind any address.
if I try to use "ListenAddress 0.0.0.0". If I put in the full ip of the
system that runs OpenSSH server, then it works fine.
Thank you.
--
Paul Faure paul at paulfaure.com
Carleton University Systems Engineer 3rd Year paul at porkchop.org
Engsoc Admin/BOG Technical Director paul at engsoc.org
_______________________________________________
Pam-list mailing list
Pam-list at redhat.com
https://listman.redhat.com/mailman/listinfo/pam-list
2000 Sep 10
0
OpenSSH and PAM
...red /lib/security/pam_unix.so shadow nullok use_authtok nis
session required /lib/security/pam_unix.so
session optional /lib/security/pam_console.so
My /etc/pam.d/login file is the same as /etc/pam.d/sshd. And telnet
properly prompts me for a password.
--
Paul Faure paul at paulfaure.com
Carleton University Systems Engineer 3rd Year paul at porkchop.org
Engsoc Admin/BOG Technical Director paul at engsoc.org
2000 Sep 13
2
auth-pam.c support for pam_chauthtok()
When we installed OpenSSH 2.1.1p4 on our Solaris systems, our users
noticed that it did not honor password expiration consistently with
other Solaris login services.
The patch below is against OpenSSH 2.2.0p1 and adds support for PAM
password changes on expiration via pam_chauthtok(). A brief summary of
changes:
auth-pam.c:
* change declaration of pamh to "static pam_handle_t *pamh",