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.
Ok, I’ve added “auth_use_cache: false” via custom template, now if I try to login via admin webpage the error is changed
2018-10-25 13:21:10.467 [warning] <0.544.0>@ejabberd_web_admin:process:233 Access of <<“enrico@domain.ext”>> from <<“my.ip.add.ress”>> failed with error: <<“bad-password”>>
And if I try to login with a jabber client (Pidgin) I receive the same error
2018-10-25 13:25:47.453 [info] <0.548.0>@ejabberd_c2s:handle_auth_failure:443 (tls|<0.548.0>) Failed c2s PLAIN authentication for enrico@domain.ext from 192.168.1.241: Invalid username or password
Yes, it’s an ejabberd problem only.
The network client join domain without any problem and shared folders works with correct permission!
I can see and manage users and group in NethServer webpage
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: [ OK ] Started Network Service.
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: [ OK ] Reached target Network.
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: [ OK ] Started Samba domain controller daemon.
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: Starting Samba domain controller daemon…
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: [ OK ] Reached target Multi-User System.
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: [ OK ] Reached target Graphical Interface.
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: Starting Update UTMP about System Runlevel Changes…
Oct 23 23:21:29 server.domain.ext systemd-nspawn[1666]: [ OK ] Started Update UTMP about System Runlevel Changes.
Oct 23 23:21:30 server.domain.ext systemd-nspawn[1666]: CentOS Linux 7 (Core)
Oct 23 23:21:30 server.domain.ext systemd-nspawn[1666]: Kernel 3.10.0-862.14.4.el7.x86_64 on an x86_64
Unit slapd.service could not be found.
Roundcube Webmail doesn’t accept my password (I’ve double checked it)
[28-Oct-2018 12:34:34 +0000]: <kspfl7h0> IMAP Error: Login failed for enrico@domain.ext from my.ip.addr.ess. AUTHENTICATE PLAIN: Password: in /usr/share/roundcubemail/program/lib/Roundcube/rcube_imap.php on line 197 (POST /webmail/?_task=login?_task=login&_action=login)
How can I enable shell for my user? With “AllowUsers Enrico” in /etc/ssh/sshd_config?
I’ve unistalled sometimes the eJabberd module because it didn’t works, nothing else.