]> andersk Git - moira.git/blobdiff - dcm/dcm.pc
Initial cut of krb5 support.
[moira.git] / dcm / dcm.pc
index 8c7199aa2f1b7f73d0bb8775a43559c7281f767a..7117412b600aae26ad528042577c1b1779f30f8b 100644 (file)
@@ -490,7 +490,9 @@ int dcm_send_file(char *service, int type, char *host, char *target)
       return MR_CANT_CONNECT;
     }
 
-  code = mr_send_auth(conn, host);
+  code = mr_send_krb5_auth(conn, host);
+  if (code)
+    code = mr_send_auth(conn, host);
   if (code)
     {
       com_err(whoami, code, "authenticating to %s", host);
This page took 0.034511 seconds and 4 git commands to generate.