mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
pam_krb5: Use the eyrie version 4.7
This commit is contained in:
parent
ba574e54c5
commit
b721c27277
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pam, kerberos }:
|
{ stdenv, fetchurl, pam, kerberos }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pam_krb5-2.4.9";
|
name = "pam-krb5-4.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://fedorahosted.org/releases/p/a/pam_krb5/${name}.tar.gz";
|
url = "http://archives.eyrie.org/software/kerberos/${name}.tar.gz";
|
||||||
sha256 = "0vcb35shzp406jvvz0pkgqm8qq1qzhgwmkl0nrm0wrrkqlr22rfb";
|
sha256 = "04klg9a2rhdz0a2dw4f0ybcm28vcbab6lrynwq7rm4sn0hnzakwv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pam kerberos ];
|
buildInputs = [ pam kerberos ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://fedorahosted.org/pam_krb5;
|
homepage = http://www.eyrie.org/~eagle/software/pam-krb5/;
|
||||||
description = "PAM module allowing PAM-aware applications to authenticate users by performing an AS exchange with a Kerberos KDC";
|
description = "PAM module allowing PAM-aware applications to authenticate users by performing an AS exchange with a Kerberos KDC";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
|
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
|
||||||
|
Loading…
Reference in New Issue
Block a user