]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/authenticate.c
- Fix ANSI labels to put EOF1 and EOF2 after each file mark.
[bacula/bacula] / bacula / src / wx-console / authenticate.c
index 94dc6a9031058d23c1e62856d3eca5b64b89a0ab..1be70e7c757b4dfdd4a0bc94eaefc071448c4009 100644 (file)
@@ -74,6 +74,8 @@ int authenticate_director(JCR *jcr, DIRRES *director, CONRES *cons)
        !cram_md5_auth(dir, password, ssl_need)) {
       stop_bsock_timer(tid);
       csprint("Director authorization problem.\nMost likely the passwords do not agree.\n", CS_DATA);
+      csprint(
+       "Please see http://www.bacula.org/html-manual/faq.html#AuthorizationErrors for help.\n", CS_DATA);
       return 0;
    }