mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
* Tools/SOGoToolExpireUserSessions.m:
remove reference toSOGoSessionExpireMinutes. It never existed. Monotone-Parent: f0fb54908898753faba576cb702431e4a761d814 Monotone-Revision: 801c13ca7d8e3a2f3e502ee658399b458681bcab Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T18:22:45
This commit is contained in:
@@ -67,8 +67,7 @@
|
||||
fprintf (stderr, "expire-sessions [nbMinutes]\n\n"
|
||||
" nbMinutes Number of minutes of inactivity after which a user session will be expired\n"
|
||||
"\n"
|
||||
"The SOGoSessionExpireMinutes user default will be used if nbMinutes is not specified\n"
|
||||
"The expire-sessions action should be configured as a cronjob.\n");
|
||||
"The expire-sessions action should be configured as a cronjob.\n");
|
||||
}
|
||||
|
||||
- (BOOL) expireUserSessionOlderThan: (int) nbMinutes
|
||||
|
||||
Reference in New Issue
Block a user