Zentyal Forum, Linux Small Business Server

Zentyal Server => Other modules => Topic started by: segelfreak on December 30, 2019, 09:16:40 am

Title: [Solved] Jabber admin module not working for users in non-default containers
Post by: segelfreak on December 30, 2019, 09:16:40 am
Hi All,

We have organized users in dedicated organizational units (i.e. containers), but unfortunately, jabber account settings are only available for "default container" users.
I really do not want to setup all users again (within the default container) in order to get them a jabber account on the server and apart from this I could only imagine now to setup duplicated accounts for jabber only.
None of them are really getting me excited... :-\

Any idea how to enable jabber accounts also for non-default container users?

Title: Re: Jabber admin module not working for users in non-default containers
Post by: doncamilo on December 30, 2019, 02:26:15 pm
 :)

Change the multipleOUSupport function on '/usr/share/perl5/EBox/LdapUserBase.pm'. It have to return "1".

Code: [Select]
sub multipleOUSupport
{
    return 1;
}

Afterwards:

Code: [Select]
sudo zs jabber restart
sudo zs webadmin restart

Client hansolo:
(https://i.ibb.co/zG7FXPv/Captura-de-pantalla-2019-12-30-14-16-38.png)
(https://i.ibb.co/2MVSFYV/Captura-de-pantalla-2019-12-30-14-22-22.png)
(https://i.ibb.co/WVJR56q/Captura-de-pantalla-2019-12-30-14-23-01.png)
(https://i.ibb.co/L0rVM53/Captura-de-pantalla-2019-12-30-14-23-33.png)

Merry Christmas!
Title: Re: Jabber admin module not working for users in non-default containers
Post by: segelfreak on December 30, 2019, 03:06:03 pm
Thanks' Man! You're my todays' hero...  ;D