* 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
maint-2.0.2
Jean Raby 2012-07-09 18:22:45 +00:00
parent a6a00d8753
commit 0d713efdd6
1 changed files with 1 additions and 2 deletions

View File

@ -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