search for: pam_xxx

Displaying 3 results from an estimated 3 matches for "pam_xxx".

2002 Aug 30
4
Patch so that sshd makes use of PAM_USER
<<pam_user.patch>> Hello. I created a patch that causes sshd to take notice of the value of PAM_USER after calling into the pam_xxx functions. This makes it possible for a PAM module to effect user mappings by setting the value of PAM_USER with pam_set_item(). If anyone has comments or suggestions, let me know. Thanks, Jeremy -------------- next part -------------- A non-text attachment was scrubbed... Name: pam_user.patch T...
2004 Sep 01
2
openssh-3.9p1: no pam_close_session() invocation
Hello, I would like to point to this problem again as I have not seen a reply to my original posting: http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=106458208520320&w=2 and the problem still exists in version 3.9p1. After closing a ssh-session the pam_close_session() function is not invoked. Enabling PrivilegeSeparation (UsePrivilegeSeparation yes) does not help. Could someone
2003 May 10
4
New PAM code landing (at last)
...dules and not at all (by me) on non-Linux systems (I put out test requests on snapshots of this, but nobody responded...) On the other hand, this code has been shipping and working in FreeBSD for a while. For those interested, this is pretty much exactly what is in FreeBSD's tree, with a few s/pam_xxx/sshpam_xxx/ substitutions. These are to avoid potential namespace clashes against the PAM library itself. I have no idea whether there are any such conflicts in the symbols in auth-pam.c, but we made a similar change in the old auth-pam.c quite a while ago at the request of someone at Sun. Also no...