Create portainer.md

portainer.ai CE LLDAP configuration
This commit is contained in:
Christian Kracher 2022-06-12 07:46:11 +02:00 committed by nitnelave
parent a673a6aa45
commit e757638506

View File

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