openssh: always enable with-kerberos on darwin

This commit is contained in:
Stéphane Jourdois 2016-10-09 12:14:20 +02:00 committed by Graham Christensen
parent ce40aa4471
commit 4d0bba19f4
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

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;
};