authuserdb: Try using a separate get-token script.
[hcoop/debian/courier-authlib.git] / authuserdb.c
index 8ea2692..34630ce 100644 (file)
@@ -63,7 +63,7 @@ struct callback_info *i=(struct callback_info *)p;
        return (*i->callback_func)(a, i->callback_arg);
 }
 
-#define TOKEN_CMD "/etc/exim4/get-token "
+#define TOKEN_CMD "/etc/courier/get-token "
 
 static int auth_cram(const char *service, const char *authtype, char *authdata,
                     int (*callback_func)(struct authinfo *, void *),