Author Topic: [Solved] Jabber admin module not working for users in non-default containers  (Read 1406 times)

segelfreak

  • Zen Monk
  • **
  • Posts: 80
  • Karma: +9/-0
    • View Profile
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?

« Last Edit: December 30, 2019, 03:06:43 pm by segelfreak »
Zentyal 6.1

doncamilo

  • Zen Samurai
  • ****
  • Posts: 478
  • Karma: +165/-1
    • View Profile
Re: Jabber admin module not working for users in non-default containers
« Reply #1 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:





Merry Christmas!
- Do my pigeons bother you passing over your land?
- They block the sun!

G. Guareschi., Don Camillo.,

segelfreak

  • Zen Monk
  • **
  • Posts: 80
  • Karma: +9/-0
    • View Profile
Re: Jabber admin module not working for users in non-default containers
« Reply #2 on: December 30, 2019, 03:06:03 pm »
Thanks' Man! You're my todays' hero...  ;D
Zentyal 6.1