Skip to content

mans0954/docker-kerberos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 mans0954@EXAMPLE.ORG"
kadmin.example.org -q "add_principal mans0954/admin@EXAMPLE.ORG"

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

About

Example docker kerberos containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published