_389-ds-base

389-ds-base 3.3.0

Enterprise-class Open Source LDAP server for Linux

https://www.port389.org/
GNU General Public License v3.0 or later
programs: pwdhash, logconv.pl, dbscan, ds-replcheck, ns-slapd, logconv.py, ldclt, ldap-agent, ds-logpipe.py
Maintainers
Platforms (24)
sh4-linuxmicroblazeel-linuxpowerpc64le-linuxpowerpc64-linuxriscv64-linuxarmv7l-linuxarmv6l-linuxloongarch64-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