adalanche

adalanche 2024.1.11

Active Directory ACL Visualizer and Explorer

https://github.com/lkarlslund/adalanche
GNU Affero General Public License v3.0 only
main program: adalancheprograms: adalanche
Platforms (31)
powerpc64-linuxarmv5tel-linuxmips64el-linuxpowerpc64le-linuxs390-linuxsh4-linuxmips-linuxloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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