prints salted sha1 of user's password for ldap purposes https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/slapp
Go to file
2025-01-03 14:42:25 +01:00
.envrc initial commit 2024-12-30 15:09:46 +01:00
.gitignore initial commit 2024-12-30 15:09:46 +01:00
.pre-commit-config.yaml initial commit 2024-12-30 15:09:46 +01:00
flake.lock initial commit 2024-12-30 15:09:46 +01:00
flake.nix initial commit 2024-12-30 15:09:46 +01:00
README.md readme: fix+amend instructions 2025-01-03 14:42:25 +01:00
requirements.txt initial commit 2024-12-30 15:09:46 +01:00
ruff.toml initial commit 2024-12-30 15:09:46 +01:00
slapp.py initial commit 2024-12-30 15:09:46 +01:00

slapp

prints salted sha1 of user's password for ldap purposes

installation

  1. clone the repo && cd into it (git clone <this url>)

nix

  1. direnv allow
  2. profit

pip

  1. python -m venv venv
  2. source ./venv/bin/activate (on Windows: ./venv/Scripts/activate)
  3. pip install -r requirements.txt
  4. profit