##// END OF EJS Templates
ldap: ensure the proper cert files and dirs are set....
ldap: ensure the proper cert files and dirs are set. - addresses some issues with SSL certificates after bump of the LDAP drivers.

File last commit:

r3189:ed6bb022 default
r3227:75c71c31 default
Show More
release.nix
19 lines | 248 B | text/x-nix | NixLexer
# This file defines how to "build" for packaging.
{ doCheck ? false
}:
let
enterprise_ce = import ./default.nix {
inherit
doCheck;
# disable checkPhase for build
checkPhase = ''
'';
};
in {
build = enterprise_ce;
}