X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/7c95c11b0d7c14004290e14b92e799ea8bdd1eeb..2860a1762ae0bd578b662954d80d23d4db22e752:/clients/stanley/stanley.c diff --git a/clients/stanley/stanley.c b/clients/stanley/stanley.c index b96c6a54..7cb56811 100644 --- a/clients/stanley/stanley.c +++ b/clients/stanley/stanley.c @@ -50,7 +50,9 @@ static char *states[] = { "Not registerable (4)", "Enrolled/Registerable (5)", "Enrolled/Not Registerable (6)", - "Half Enrolled (7)" + "Half Enrolled (7)", + "Registerable, Kerberos only (8)", + "Active, Kerberos only (9)" }; static char *UserState(int state)