Port details |
- pam_helper Authenticate applications requiring PAM services
- 1.2 security =9 1.2Version of this port present on the latest quarterly branch.
- Maintainer: marcus@FreeBSD.org
- Port Added: 2008-08-09 07:57:59
- Last Update: 2023-07-15 14:10:13
- Commit Hash: 6799268
- People watching this port, also watch:: dbus, libXdamage, libexif, xorg-fonts-truetype, libpciaccess
- Also Listed In: sysutils
- License: BSD2CLAUSE
- Description:
- Pam_helper is a small utility which allows non-PAM, or non-setuid
applications to make use of PAM's authentication services. It was mainly
created to allow gnome-screensaver to make use of PAM, but any application
could use it. It accepts two arguments, the PAM service name, and a
username. It reads the user's password from stdin.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pam_helper>0:security/pam_helper
- To install the port:
- cd /usr/ports/security/pam_helper/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pam_helper
- pkg install pam_helper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pam_helper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689430133
SHA256 (pam_helper-1.2.tar.bz2) = c384e309cebe6e3678c821b1ff2a83104ee35de7dfcbba0bc653c11761fe2317
SIZE (pam_helper-1.2.tar.bz2) = 2245
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- x11/xfce4-screensaver
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- security_pam_helper
- USES:
- tar:bzip2 uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2 15 Jul 2023 14:10:13 |
Joe Marcus Clarke (marcus) |
security/pam_helper: Fix build with -Werror |
1.1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 18 Sep 2016 18:18:35 |
marcus |
Increase the length of the password.
Requested by: Julien Picalausa <jpicalau@elmandria.com> |
1.0 28 Nov 2014 21:51:59 |
antoine |
Fix build on head |
1.0 07 Sep 2014 17:20:03 |
antoine |
Allow staging as a regular user |
1.0 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.0 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
1.0 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.0 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.0 09 Aug 2008 07:53:16 |
marcus |
Add pam_helper, a small utility which allows non-PAM or non-setuid
applications to make use of PAM's authentication services. |