_389-ds-base

389-ds-base 3.1.3

Enterprise-class Open Source LDAP server for Linux

https://www.port389.org/
GNU General Public License v3.0 or later
programs: pwdhash, logconv.pl, ldclt, ds-logpipe.py, logconv.py, ldap-agent, dbscan, ds-replcheck, ns-slapd
Maintainers
Platforms (24)
riscv64-linuxarmv6l-linuxmips-linuxmips64-linuxmicroblazeel-linuxpowerpc-linuxaarch64-linuxmicroblaze-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _389-ds-base
];
Ad-hoc shell
nix-shell -p _389-ds-base
Flake (nix run)
nix run nixpkgs#_389-ds-base