Ejabberd XMPP server With OpenLDAP
For simple user auth add this to main ejabberd.yml:
host_config:
xmpp.example.org:
auth_method: [ldap]
ldap_servers:
- 127.0.0.1 #IP or hostname of OpenLDAP server
ldap_port: 389
ldap_uids:
- uid
ldap_rootdn: "uid=ldap_readonly,ou=people,dc=example,dc=org"
ldap_password: "secret"
ldap_base: "ou=people,dc=example,dc=org"
vCard from LDAP
Theoretically possible, see the documentation.
TODO
Shared roster groups from LDAP
Theoretically possible, see the documentation.
TODO