From: jweiss Date: Sat, 5 Apr 2003 07:24:04 +0000 (+0000) Subject: add status 8 and 9 so the destriptions show up in the "users by status" X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/3b912c387e26a5aca5a835edf118c268c97cda88 add status 8 and 9 so the destriptions show up in the "users by status" summary --- diff --git a/backup/report.pl b/backup/report.pl index 5e91389f..4da1ba5b 100644 --- a/backup/report.pl +++ b/backup/report.pl @@ -97,7 +97,9 @@ undef %CLASS; "Not registerable (4)", "Enrolled/Registerable (5)", "Enrolled/Not Registerable (6)", - "Half Enrolled (7)" ); + "Half Enrolled (7)", + "Registerable, krb only (8)", + "Active, Kerberos only (9)" ); undef @values; printf("%5d Users by status:\n", $total);