mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Create portainer.md
portainer.ai CE LLDAP configuration
This commit is contained in:
parent
a673a6aa45
commit
e757638506
49
example_configs/portainer.md
Normal file
49
example_configs/portainer.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user