add Kerberos delegation

This commit is contained in:
Max Erenberg 2021-08-18 01:59:24 +00:00 committed by Rio6
parent e370035b25
commit 8dcada4090
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ this repo in one of the dev environment containers.
Next, install and activate a virtualenv:
```sh
sudo apt install libkrb5-dev libsasl2-dev python3-dev
sudo apt install libkrb5-dev python3-dev
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt