Re: pam_ssh problems

2005-05-18 Thread Daniel O'Connor
On Wed, 18 May 2005 22:28, Daniel O'Connor wrote: > I think I'll work on a patch. > > Basically this is a heads up for anyone else that uses pam_ssh to be > a bit careful :) See bin/81231 for a patch. -- Daniel O'Connor software and network engineer

Re: pam_ssh problems

2005-05-18 Thread Jose M Rodriguez
El Miércoles, 18 de Mayo de 2005 14:58, Daniel O'Connor escribió: > I have used pam_ssh before, and I have the following in > /etc/pam.d/system :- # auth > authsufficient pam_opie.so no_warn > no_fake_prompts authrequisite

pam_ssh problems

2005-05-18 Thread Daniel O'Connor
I have used pam_ssh before, and I have the following in /etc/pam.d/system :- # auth authsufficient pam_opie.so no_warn no_fake_prompts authrequisite pam_opieaccess.so no_warn allow_local #auth sufficient pam_krb5.so

Re: Should pam_ssh and xdm work?

2002-01-08 Thread Mark Murray
> I've uncommented the entries for pam_ssh in /etc/pam.conf, and am trying > to log in via xdm on my local machine. I can type in my SSH passphrase > into the password box, and it authenticates me, and runs my .xsession. > So far, no problems. But it's not setting up

Re: Should pam_ssh and xdm work?

2002-01-07 Thread Takanori Saneto
Hi, I have my xdm+pam_ssh running as I expected, with following patch applied to xdm: Index: programs/xdm/session.c === RCS file: /export/cvsup-xfree86/cvs/xc/programs/xdm/session.c,v retrieving revision 3.33 diff -u -r3.33

Should pam_ssh and xdm work?

2002-01-06 Thread Jeremy Lea
Hi, I'm trying to get pam_ssh and xdm to play together, but having a minor problem... First off, environment. -CURRENT from Saturday (2002/01/05), with XFree86-4 port. All ports up to date. I've uncommented the entries for pam_ssh in /etc/pam.conf, and am trying to log in via xdm o

pam_ssh

2001-08-06 Thread Eugene L. Vorokov
Hello, while trying to compile -current, I discovered some possible bug: when compiling libpam, it stops on libpam/modules/pam_ssh/pam_ssh.c, giving bunch of errors. The problem is that including security/pam_mod_misc.h seems wrong, it doesn't find it there. When I changed it to s