openssh: always enable with-kerberos on darwin

This commit is contained in:
Stéphane Jourdois
2016-11-08 14:09:19 -05:00
committed by Graham Christensen
parent ce40aa4471
commit 4d0bba19f4
+1 -1
View File
@@ -3020,7 +3020,7 @@ in
openssh =
callPackage ../tools/networking/openssh {
hpnSupport = false;
withKerberos = false;
withKerberos = stdenv.isDarwin;
etcDir = "/etc/ssh";
pam = if stdenv.isLinux then pam else null;
};