2022-04-24 23:34:02 +00:00
|
|
|
# Configuration for Organizr
|
2022-04-26 23:11:38 +00:00
|
|
|
## System Settings > Main > Authentication
|
2022-04-24 23:34:02 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
### 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
|