To put this on SOLVED please mark an answer as solution, check this:
https://community.nethserver.org/t/howto-mark-a-topic-as-solved/1750
To put this on SOLVED please mark an answer as solution, check this:
https://community.nethserver.org/t/howto-mark-a-topic-as-solved/1750
Done.
Thanks again
Hi Zwordi,
I think you got it wrong, your answer
should be the solution, not the answer of Markus āHow to mark an answer as solutionā.
Fix Thanks
can we mark this as a bug, or an undocumented feature ?
Iām facing the same issue hereā¦
what I see is that once joined the domain, sogo.conf has the binary password even if I set a bind passwordā¦ a nethserver-sogo-update event solve the issueā¦
digging a bit, I see that sogo.conf file is not expanded when I save the bind credentialsā¦ the Save button only stores the credentials into the dbā¦
Iām not sure this is the right way to doā¦ IMO, the save button should invocke the nethserver-sssd-update event and sogo should have its template expanded (and service restarted) in sssd-update event
my 2c
It has been recorded as a note in our project page (GitHub auth required) for months. Thanks for pushing it!
Now itās filed as new issue here: https://github.com/NethServer/dev/issues/5365
Thereās an action in event nethserver-sssd-save
that searches usage of āNethServer::SSSDā and invokes the āupdateā event of dependent packages automatically. Itās a weird hack to avoid subscribing the event (and recompile) many packages when SSSD came out.
/etc/e-smith/events/nethserver-sssd-save/S80nethserver-sssd-notifyclients
Perhaps nethserver-sogo does not match the search filter? If thatās the case the fix could be subscribing the event.