NethServer Version: 7.5.1804 (final)
Module: Chat (eJabberd)
I can start eJabberd with no problem:
2018-10-25 10:11:47.906 [info] <0.33.0> Application os_mon started on node ejabberd@localhost
2018-10-25 10:11:47.906 [info] <0.65.0>@ejabberd_cluster_mnesia:wait_for_sync:123 Waiting for Mnesia synchronization to complete
2018-10-25 10:11:47.906 [info] <0.65.0>@ejabberd_app:start:59 ejabberd 18.06 is started in the node ejabberd@localhost in 2.99s
2018-10-25 10:11:47.910 [info] <0.33.0> Application ejabberd started on node ejabberd@localhost
2018-10-25 10:11:47.910 [info] <0.349.0>@ejabberd_listener:init_tcp:139 Start accepting TCP connections at 0.0.0.0:5280 for ejabberd_http
2018-10-25 10:11:47.910 [info] <0.348.0>@ejabberd_listener:init_tcp:139 Start accepting TCP connections at 0.0.0.0:5223 for ejabberd_c2s
2018-10-25 10:11:47.910 [info] <0.347.0>@ejabberd_listener:init_tcp:139 Start accepting TCP connections at 0.0.0.0:5222 for ejabberd_c2s
But I can’t access it with no users:
2018-10-25 10:32:59.816 [info] <0.498.0>@ejabberd_c2s:handle_auth_failure:443 (tls|<0.498.0>) Failed c2s PLAIN authentication for enrico@domain.ext from 192.168.1.241: Invalid username or password
I also tried to access the webadmin page (after created the jabberadmins group), but i receive this error:
2018-10-25 10:23:52.288 [warning] <0.481.0>@ejabberd_web_admin:process:233 Access of <<“enrico@domain.ext”>> from <<“my.ip.add.ress”>> failed with error: <<“inexistent-account”>>
It seems that the LDAP bind works, but no users can login in chat server and in the admin webpage.