pam_ssh_agent_auth: Allow multiple authorized keys files

We need this because of https://github.com/NixOS/nixos/pull/52.
This commit is contained in:
Eelco Dolstra
2012-12-17 21:11:10 +01:00
parent f8cf626b5e
commit 3644f9124a
2 changed files with 344 additions and 0 deletions
@@ -8,6 +8,12 @@ stdenv.mkDerivation rec {
sha256 = "1a8cv223f30mvkxnyh9hk6kya0ynkwwkc5nhlz3rcqhxfw0fcva9";
};
patches =
[ # Allow multiple colon-separated authorized keys files to be
# specified in the file= option.
./multiple-key-files.patch
];
buildInputs = [ pam openssl perl ];
enableParallelBuilding = true;