From b21247ed2ce62282f34f6395844ed96568e02ce3 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 11 May 2010 13:06:23 +0100 Subject: [PATCH] Added some documentation to cronjobs for sso --- sso/cron.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sso/cron.py b/sso/cron.py index fd65585..0e47382 100644 --- a/sso/cron.py +++ b/sso/cron.py @@ -6,7 +6,8 @@ from sso.models import ServiceAccount class RemoveInvalidUsers(): """ - Cycles through all users, check if their permissions are correct. + Cycles through all users and runs the permission checking routine for + each profile. """ # run every 2 hours @@ -25,7 +26,8 @@ class RemoveInvalidUsers(): class ValidateDisabledUsers(): """ - Cycles through all users, check if their permissions are correct. + Cycles through all users, and disables any Service Account of disabled + users. """ # run daily