]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/authenticate.c
Merge branch 'master' into basejobv3
[bacula/bacula] / bacula / src / filed / authenticate.c
index c59e219b8691382beacd5b06db9a10f951ec5c65..34da5fa4405bde9dca026c0ba165655602824f97 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -42,9 +42,10 @@ const int dbglvl = 50;
 /* Version at end of Hello
  *   prior to 10Mar08 no version
  *   1 10Mar08
+ *   2 13Mar09 - added the ability to restore from multiple storages
  */
-static char OK_hello[]  = "2000 OK Hello 1\n";
-static char Dir_sorry[] = "2999 No go\n";
+static char OK_hello[]  = "2000 OK Hello 2\n";
+static char Dir_sorry[] = "2999 Authentication failed.\n";
 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
 
 /*********************************************************************
@@ -259,7 +260,7 @@ int authenticate_storagedaemon(JCR *jcr)
 
    if (!auth_success) {
       Jmsg(jcr, M_FATAL, 0, _("Authorization key rejected by Storage daemon.\n"
-       "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for help.\n"));
+       "Please see http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000 for help.\n"));
       goto auth_fatal;
    }