Disable libxcrypt in PAM
It no longer builds: http://hydra.nixos.org/build/3046895 AFAIK we need libxcrypt for the legacy blowfish support, but it might be better to apply this patch to Glibc: http://cvs.pld-linux.org/cgi-bin/viewvc.cgi/cvs/packages/glibc/glibc-crypt-blowfish.patch?view=log
This commit is contained in:
parent
8ed71a1ee5
commit
4367db0bd2
|
@ -6001,7 +6001,9 @@ let
|
||||||
|
|
||||||
nss_ldap = callPackage ../os-specific/linux/nss_ldap { };
|
nss_ldap = callPackage ../os-specific/linux/nss_ldap { };
|
||||||
|
|
||||||
pam = callPackage ../os-specific/linux/pam { };
|
pam = callPackage ../os-specific/linux/pam {
|
||||||
|
libxcrypt = null;
|
||||||
|
};
|
||||||
|
|
||||||
# pam_bioapi ( see http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader )
|
# pam_bioapi ( see http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue