Displaying 5 results from an estimated 5 matches for "pam_af".
Did you mean:
pam_afs
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
2004 May 12
1
3.8p1 on Solaris 8
...zlib-version-check --with-pam
--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.stein...
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
Hello *,
sorry if i missed an article which already solves my problem.
I need a working configuration of OpenSSH for Solaris 7 (SunOS 5.7)
with AFS support. PAM support to use the AFS PAm module `pam_afs.so'
and TCP-Wrapper support would be nice.
It would be nice to have similar configurations for Solaris 6
(SunOS 5.6), Solaris 8 (SunOS 5.8) and Solaris 2.5.1.
I have tested a few configurations but none worked.
The last one was:
* openssh-2.9p1, krb4-1.0.8, openssl-0.9.6a, zlib-1.1.3, AFS...
2001 Jun 19
0
Empty password patch
For every (successful) ssh-connection we got an additional annoying entry
in /var/log/messages like the following:
Jun 19 09:06:57 LIN3135 pam_afs[5913]: AFS Won't use illegal password for
user usenbinz
The OpenAFS PAM module posts this message when it is called for
authentication with an (disallowed) empty password. The simple patch below
checks PermitEmptyPasswords in sshd_config before trying to authenticate
with an empty password. T...
2003 Sep 25
5
[Bug 717] AFS tokens are not generated upon login
http://bugzilla.mindrot.org/show_bug.cgi?id=717
Summary: AFS tokens are not generated upon login
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org