mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Create Organizr.md
Help document for configuring LDAP backend on Organizr
This commit is contained in:
parent
5420dcf2b8
commit
73ac5a65d4
40
example_configs/Organizr.md
Normal file
40
example_configs/Organizr.md
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Configuration for Organizr
|
||||||
|
#### System Settings > Main > Authentication
|
||||||
|
---
|
||||||
|
|
||||||
|
### Host Address
|
||||||
|
```
|
||||||
|
ldap://localhost:3890
|
||||||
|
```
|
||||||
|
Replace `localhost:3890` with your LLDAP host & port
|
||||||
|
|
||||||
|
### Host Base DN
|
||||||
|
```
|
||||||
|
cn=%s,ou=people,dc=example,dc=com
|
||||||
|
```
|
||||||
|
|
||||||
|
### Account prefix
|
||||||
|
```
|
||||||
|
cn=
|
||||||
|
```
|
||||||
|
|
||||||
|
### Account Suffix
|
||||||
|
```
|
||||||
|
,ou=people,dc=example,dc=com
|
||||||
|
```
|
||||||
|
|
||||||
|
### Bind Username
|
||||||
|
```
|
||||||
|
cn=admin,ou=people,dc=example,dc=com
|
||||||
|
```
|
||||||
|
|
||||||
|
### Bind Password
|
||||||
|
```
|
||||||
|
Your password from your LDAP config
|
||||||
|
```
|
||||||
|
### LDAP Backend Type
|
||||||
|
```
|
||||||
|
OpenLDAP
|
||||||
|
```
|
||||||
|
|
||||||
|
Replace `dc=example,dc=com` with your LLDAP configured domain for all occurances
|
Loading…
Reference in New Issue
Block a user