mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Upgrade to Meteor 1.8.3 and Node 8.17.0.
Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 !
This commit is contained in:
parent
8dcd360f93
commit
782d0b6209
17 changed files with 34 additions and 34 deletions
|
|
@ -295,10 +295,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 "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 "At which interval does the background task sync."
|
||||
echo -e "The format must be as specified in: https://bunkat.github.io/later/parsers.html#text"
|
||||
echo -e "Default is empty '' that is same as 'every 1 hour'"
|
||||
echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-interval='every 1 hour'"
|
||||
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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue