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 +```