]> andersk Git - moira.git/blobdiff - server/mr_scall.c
Command line printer manipulation client, and build goo.
[moira.git] / server / mr_scall.c
index a3f1fa846e10952a8cc1b40e3015a9f42e1e2a99..4604334149e1a03e0caaf7506cbe55e1b7f90bbc 100644 (file)
@@ -53,6 +53,7 @@ char *procnames[] = {
   "motd",
   "proxy",
   "version",
+  "auth_krb5",
 };
 
 int newqueries;
@@ -128,6 +129,11 @@ void client_read(client *cl)
     case MR_SETVERSION:
       do_version(cl);
       break;
+
+    case MR_KRB5_AUTH:
+      do_krb5_auth(cl);
+      break;
+
     }
 
 out:
This page took 0.032473 seconds and 4 git commands to generate.