pamtester: init at 0.1.2
This commit is contained in:
parent
ba56bbf08d
commit
828a7f99fd
20
pkgs/tools/security/pamtester/default.nix
Normal file
20
pkgs/tools/security/pamtester/default.nix
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{ stdenv, fetchurl, pam }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "pamtester-0.1.2";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/pamtester/${name}.tar.gz";
|
||||||
|
sha256 = "1mdj1wj0adcnx354fs17928yn2xfr1hj5mfraq282dagi873sqw3";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ pam ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Utility program to test the PAM facility.";
|
||||||
|
homepage = http://pamtester.sourceforge.net/;
|
||||||
|
license = licenses.bsd3;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
};
|
||||||
|
}
|
@ -2628,6 +2628,8 @@ let
|
|||||||
|
|
||||||
panomatic = callPackage ../tools/graphics/panomatic { };
|
panomatic = callPackage ../tools/graphics/panomatic { };
|
||||||
|
|
||||||
|
pamtester = callPackage ../tools/security/pamtester { };
|
||||||
|
|
||||||
paper-gtk-theme = callPackage ../misc/themes/gtk3/paper-gtk-theme { };
|
paper-gtk-theme = callPackage ../misc/themes/gtk3/paper-gtk-theme { };
|
||||||
|
|
||||||
par2cmdline = callPackage ../tools/networking/par2cmdline {
|
par2cmdline = callPackage ../tools/networking/par2cmdline {
|
||||||
|
Loading…
Reference in New Issue
Block a user