]> andersk Git - moira.git/commitdiff
Document "4" command to perform v4 authentication; auth/a command now
authorzacheiss <zacheiss>
Fri, 25 Aug 2006 18:42:39 +0000 (18:42 +0000)
committerzacheiss <zacheiss>
Fri, 25 Aug 2006 18:42:39 +0000 (18:42 +0000)
only does krb5.

clients/mrtest/mrtest.c

index ca451942e6357240e83e9af6c16fbdda721c778f..127e4d62df64b040908c511b131ff5d656414963 100644 (file)
@@ -525,7 +525,8 @@ void test_list_requests(void)
   printf("host\t\t\tIdentify the server host\n");
   printf("motd, m\t\t\tGet the Message of the Day\n");
   printf("query, qy\t\tMake a query.\n");
-  printf("auth, a\t\t\tAuthenticate to Moira.\n");
+  printf("auth, a\t\t\tAuthenticate to Moira via krb5.\n");
+  printf("krb4_auth, 4\t\tAuthenticate to Moira via krb4.\n");
   printf("proxy, p\t\tProxy authenticate to Moira.\n");
   printf("access\t\t\tCheck access to a Moira query.\n");
   printf("dcm\t\t\tTrigger the DCM\n");
This page took 0.749297 seconds and 5 git commands to generate.