Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 867 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 867 Bytes

docker-kerberos

This project is an example MIT Kerberos v5 containerisation.

It is intended for demonstration / learning on a local host and is not production ready. In particular weak passwords are used.

It has the following components:

Run

docker-compose up

Administer

alias kadmin.example.org="docker exec -ti kadmin kadmin.local"
kadmin.example.org -q "add_principal [email protected]"
kadmin.example.org -q "add_principal mans0954/[email protected]"

N.B. kadm5.acl is configured so that all principals ending /admin have admin rights