https://github.com/c4milo/kerberos-playground
Kerberos KDC, Admin and Apache2 Proxy
https://github.com/c4milo/kerberos-playground
Last synced: about 1 year ago
JSON representation
Kerberos KDC, Admin and Apache2 Proxy
- Host: GitHub
- URL: https://github.com/c4milo/kerberos-playground
- Owner: c4milo
- Created: 2017-12-27T18:27:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T21:24:15.000Z (over 8 years ago)
- Last Synced: 2025-04-14T04:15:35.711Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Kerberos playground
0. Add the following to your development machine `/etc/hosts` file
```
127.0.0.1 krb5-admin.enigma.com
127.0.0.1 krb5-kdc.enigma.com
127.0.0.1 files.enigma.com
127.0.0.1 enigma.com
```
1. `docker-compose up`
2. `make keytab`
3. `docker-compose exec krb5-kdc kinit -kt /var/lib/ingestion/ingestion.keytab 'INGESTION/asm.enigma.com'`
4. `docker-compose exec krb5-kdc python3 /var/lib/ingestion/test.py`
### Debugging
KRB5_TRACE=/dev/stdout kinit -kt ingestion.keytab INGESTION/asm.enigma.com