Use YAML in config example.
This commit is contained in:
parent
9390eacb7c
commit
c9b502c72b
@ -5,13 +5,10 @@
|
|||||||
To enable this plugin you have to add it into the configuration file
|
To enable this plugin you have to add it into the configuration file
|
||||||
of XO-Server:
|
of XO-Server:
|
||||||
|
|
||||||
```json
|
```yaml
|
||||||
{
|
plugins:
|
||||||
"plugins": {
|
|
||||||
"auth-ldap": {
|
auth-ldap:
|
||||||
"uri": "ldap://ldap.example.org",
|
uri: "ldap://ldap.example.org",
|
||||||
"base": "ou=people,dc=example,dc=org"
|
base: "ou=people,dc=example,dc=org"
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user