File tree Expand file tree Collapse file tree
nixos/modules/services/databases
pkgs/development/libraries/openldap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 319319 # outside the main process:
320320 # Got notification message from PID 6378, but reception only permitted for main PID 6377
321321 NotifyAccess = "all" ;
322- RuntimeDirectory = "slapd" ; # TODO: openldap, for consistency
322+ RuntimeDirectory = "openldap" ;
323323 StateDirectory = [ "openldap" ]
324324 ++ ( map ( { olcDbDirectory , ... } : removePrefix "/var/lib/" olcDbDirectory ) ( attrValues dbSettings ) ) ;
325325 StateDirectoryMode = "700" ;
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
9393 "ac_cv_func_memcmp_working=yes"
9494 ] ++ lib . optional stdenv . isFreeBSD "--with-pic" ;
9595
96- NIX_CFLAGS_COMPILE = [ "-DLDAPI_SOCK=\" /run/slapd /ldapi\" " ] ;
96+ NIX_CFLAGS_COMPILE = [ "-DLDAPI_SOCK=\" /run/openldap /ldapi\" " ] ;
9797
9898 makeFlags = [
9999 "CC=${ stdenv . cc . targetPrefix } cc"
You can’t perform that action at this time.
0 commit comments