_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: logconv.py, dbscan, ds-logpipe.py, pwdhash, logconv.pl, ldclt, ns-slapd, ds-replcheck, ldap-agent
Maintainers
Platforms (24)
sh4-linuxmicroblaze-linuxarmv7l-linuxarmv7a-linuxi686-linuxloongarch64-linuxpowerpc-linuxpowerpc64-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