mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
kerberos: Use mit by default as it is has more upstream support / bugfixes
This commit is contained in:
parent
b6322e1215
commit
ccc47a6a42
@ -6385,9 +6385,9 @@ let
|
||||
|
||||
hamlib = callPackage ../development/libraries/hamlib { };
|
||||
|
||||
# TODO : Add MIT Kerberos and let admin choose.
|
||||
# TODO : Fix kerberos on Darwin
|
||||
kerberos = if stdenv.isDarwin then null else libheimdal;
|
||||
# TODO : Let admin choose.
|
||||
# We are using mit-krb5 because it is better maintained
|
||||
kerberos = libkrb5;
|
||||
|
||||
heimdal = callPackage ../development/libraries/kerberos/heimdal.nix {
|
||||
openldap = openldap.override {
|
||||
|
Loading…
Reference in New Issue
Block a user