- Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works

and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722).

Thanks to benh57 and xet7 !

Closes #2354
This commit is contained in:
Lauri Ojansivu 2019-07-26 09:11:28 +03:00
parent 85ca2b1363
commit fff144a827
8 changed files with 26 additions and 15 deletions

View file

@ -280,8 +280,10 @@ echo -e "If the sync of the users should be done in the background:"
echo -e "\t$ snap set $SNAP_NAME ldap-background-sync='true'"
echo -e "\n"
echo -e "Ldap Background Sync Interval."
echo -e "At which interval does the background task sync in milliseconds:"
echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-interval='12345'"
echo -e "At which interval does the background task sync in milliseconds."
echo -e "Leave this unset, so it uses default, and does not crash."
echo -e "https://github.com/wekan/wekan/issues/2354#issuecomment-515305722"
echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-interval=''"
echo -e "\n"
echo -e "Ldap Background Sync Keep Existant Users Updated."
echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-keep-existant-users-updated='true'"