17 lines
331 B
Markdown
17 lines
331 B
Markdown
# slapp
|
|
|
|
> prints salted sha1 of user's password for ldap purposes
|
|
|
|
## installation
|
|
0. 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
|