You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
auth/ldap | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
config.yml.example | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago |
README.md
Capitainerie
Capitainerie is a slightly modified docker registry.
Additional features:
- LDAP Authentication
- nothing else currently
About the LDAP authentication module
The following keys are required in your config.yml
(given with some example values):
auth:
ldap:
realm: LDAP Auth
endpoint: "127.0.0.1:1389"
userbasedn: "ou=users,dc=deuxfleurs,dc=fr"
usernameattr: "cn"
memberof: "cn=registry,ou=groups,dc=deuxfleurs,dc=fr"