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
|
||||
of XO-Server:
|
||||
|
||||
```json
|
||||
{
|
||||
"plugins": {
|
||||
"auth-ldap": {
|
||||
"uri": "ldap://ldap.example.org",
|
||||
"base": "ou=people,dc=example,dc=org"
|
||||
}
|
||||
}
|
||||
}
|
||||
```yaml
|
||||
plugins:
|
||||
|
||||
auth-ldap:
|
||||
uri: "ldap://ldap.example.org",
|
||||
base: "ou=people,dc=example,dc=org"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user