Enable LDAP on the XMPP 5apps.com vhost

Refactor the ejabberd config file to remove hardcoded values about the
vhosts

Refs #123
This commit is contained in:
Greg Karékinian
2020-02-12 17:40:38 +01:00
parent 396cc344fb
commit 49d01991fd
3 changed files with 119 additions and 85 deletions

View File

@@ -0,0 +1,10 @@
{
"id": "ejabberd",
"5apps_ldap_password": {
"encrypted_data": "NjlYL0mMpXmLP2pk1ZSo5mWt+qosx7eh7+duoPc57avQGwPJ6Vxb\n",
"iv": "q/py5XYCEXARUEA9\n",
"auth_tag": "4xoSjTjLYNzuLvoksf3Thw==\n",
"version": 3,
"cipher": "aes-256-gcm"
}
}