Introduction
Structure
{
"modules": [{
"name": "LdapClient",
"enabled": true,
"instances": 1,
"config": {
"name": "default",
"connection": {
"host": "localhost",
"port": 636,
"bind_dn": "cn=directory manager",
"bind_password": "lord_helmet",
"use_ssl": true,
"ssl_trust_all": true
}
}
}]
}Reusing configuration - "globals"
Last updated
