From e75763850685d139a7bfbc9df11712f87bcb4e40 Mon Sep 17 00:00:00 2001 From: Christian Kracher Date: Sun, 12 Jun 2022 07:46:11 +0200 Subject: [PATCH] Create portainer.md portainer.ai CE LLDAP configuration --- example_configs/portainer.md | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 example_configs/portainer.md diff --git a/example_configs/portainer.md b/example_configs/portainer.md new file mode 100644 index 0000000..1518b7c --- /dev/null +++ b/example_configs/portainer.md @@ -0,0 +1,49 @@ +# Configuration for Portainer CE +## Settings > Authentication +--- + +## LDAP configuration +### LDAP Server +``` +localhost:3890 +``` +### Anonymous mode +``` +off +``` +### Reader DN +``` +uid=admin,ou=people,dc=example,dc=com +``` +### Password +``` +xxx +``` + +## User search configurations +### Base DN +``` +ou=people,dc=example,dc=com +``` +### Username attribute +``` +uid +``` +### Filter +``` +(objectClass=person) +``` + +## Group search configurations +### Group Base DN +``` +ou=groups,dc=example,dc=com +``` +### Group Membership Attribute +``` +cn +``` +### Group Filter +``` +is optional +```