diff options
author | garga <garga@FreeBSD.org> | 2006-06-05 21:00:31 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-05 21:00:31 +0800 |
commit | 591af1b0dd19cc497ff1d75cf108f6637bcb1986 (patch) | |
tree | 2176e8ae5e09c4e1595ed17e8649c726e35ed2f4 /security/Makefile | |
parent | 61ab14080c0eec3adb94d0593548e7065fdf46c0 (diff) | |
download | freebsd-ports-gnome-591af1b0dd19cc497ff1d75cf108f6637bcb1986.tar.gz freebsd-ports-gnome-591af1b0dd19cc497ff1d75cf108f6637bcb1986.tar.zst freebsd-ports-gnome-591af1b0dd19cc497ff1d75cf108f6637bcb1986.zip |
PAM module for TIS authsrv authentication
The pam_authsrv module provides TIS authsrv authentication to PAM-aware
applications. It has been tested under AIX 4.3.3 (using the Linux-PAM for
AIX patch) and 5.1, Solaris 8 and 9, RedHat Linux 7.2, and HP-UX 11.00.
The pam_authsrv source code is available from:
ftp://ftp.feep.net/pub/software/PAM/pam_authsrv/pam_authsrv-1.0.2.tar.gz
Binaries of pam_authsrv are available as Encap packages for a variety of
platforms.
For further information, please see the enclosed README file.
WWW: http://www.feep.net/PAM/pam_authsrv/
PR: ports/97157
Submitted by: Jim Pirzyk <pirzyk@FreeBSD.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6e17e471a25b..3d6044c742f1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -444,6 +444,7 @@ SUBDIR += pam-pgsql SUBDIR += pam_af SUBDIR += pam_alreadyloggedin + SUBDIR += pam_authsrv SUBDIR += pam_bsdbioapi SUBDIR += pam_krb5 SUBDIR += pam_ldap |