]> andersk Git - moira.git/commitdiff
add status 8 and 9 so the destriptions show up in the "users by status"
authorjweiss <jweiss>
Sat, 5 Apr 2003 07:24:04 +0000 (07:24 +0000)
committerjweiss <jweiss>
Sat, 5 Apr 2003 07:24:04 +0000 (07:24 +0000)
summary

backup/report.pl

index 5e91389f15c260f1c65f6c625bb4d0bf2060f646..4da1ba5b8bce49603cda946ef8db769b100af106 100644 (file)
@@ -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);
This page took 1.007905 seconds and 5 git commands to generate.