Date: Mon, 13 Apr 2009 12:22:21 GMT From: Denis Barov <dindin@dindin.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133705: [NEW PORT] security/pam_publickey pam module for authenticating with public keys Message-ID: <200904131222.n3DCMLYp071301@www.freebsd.org> Resent-Message-ID: <200904131230.n3DCU10l098545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133705 >Category: ports >Synopsis: [NEW PORT] security/pam_publickey pam module for authenticating with public keys >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 13 12:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denis Barov >Release: FreeBSD 6.X 7.X 8.X >Organization: Yandex >Environment: FreeBSD porter.yandex.ru 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Wed Jul 23 22:43:25 MSD 2008 root@porter.yandex.ru:/space/obj/space/RELENG_7/src/sys/W7_AMD64_ULE amd64 >Description: The pam_publickey module provides authentication service through the ssh-agent socket (possibly forwarded from the remote host). It verifies the validity of the supplied public key(s) against private key(s) stored in an ssh-agent in a way, similar to sshd. Public keys could be stored in per-user files or in the LDAP directory. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # security/pam_publickey # security/pam_publickey/Makefile # security/pam_publickey/distinfo # security/pam_publickey/pkg-descr # security/pam_publickey/pkg-plist # echo c - security/pam_publickey mkdir -p security/pam_publickey > /dev/null 2>&1 echo x - security/pam_publickey/Makefile sed 's/^X//' >security/pam_publickey/Makefile << 'END-of-security/pam_publickey/Makefile' X# New ports collection makefile for: pam_publickey X# Date created: 13 Apr 2001 X# Whom: Denis Barov <dindin@dindin.ru> X# X# $FreeBSD$ X# X XPORTNAME= pam_publickey XPORTVERSION= 13042009 XCATEGORIES= security net XMASTER_SITES= http://dindin.ru/download/ X XMAINTAINER= dindin@FreeBSD.org XCOMMENT= A pam module for authenticating with public keys X XUSE_OPENLDAP= yes X XMAN8= pam_publickey.8 X X.include <bsd.port.mk> END-of-security/pam_publickey/Makefile echo x - security/pam_publickey/distinfo sed 's/^X//' >security/pam_publickey/distinfo << 'END-of-security/pam_publickey/distinfo' XMD5 (pam_publickey-13042009.tar.gz) = f33e766a186e3ffa1de4d9cd5b6f9e49 XSHA256 (pam_publickey-13042009.tar.gz) = 3b455b45a61862694a93864e25f54dd3b77dfae37fcdb215bfedb9a43c8e4767 XSIZE (pam_publickey-13042009.tar.gz) = 136160 END-of-security/pam_publickey/distinfo echo x - security/pam_publickey/pkg-descr sed 's/^X//' >security/pam_publickey/pkg-descr << 'END-of-security/pam_publickey/pkg-descr' XThe pam_publickey module provides authentication service through Xthe ssh-agent socket (possibly forwarded from the remote host). XIt verifies the validity of the supplied public key(s) against Xprivate key(s) stored in an ssh-agent in a way, similar to sshd. XPublic keys could be stored in per-user files or in the LDAP Xdirectory. X XWWW: http://dindin.ru/pam_publickey.txt END-of-security/pam_publickey/pkg-descr echo x - security/pam_publickey/pkg-plist sed 's/^X//' >security/pam_publickey/pkg-plist << 'END-of-security/pam_publickey/pkg-plist' Xlib/pam_publickey.so Xlib/pam_publickey.so.1 END-of-security/pam_publickey/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904131222.n3DCMLYp071301>