On 8 Mar 2007 at 8:03, Zakai Kinan wrote:

> I got bacula-2.0.3 and configured and installed check_bacula.  Now I am
> getting this error - BACULA CRITICAL - Cannot authenticate to
> FileDaemon: 1999 Authorization failed.  I am not using a md5-hash in my
> configuration.  I convert my password to a md5-hash, but it does not
> work.  What am I doing wrong? 

Your passwords do not match.

You need this entry in bacula-dir.conf:

Client {
  Name           = undef-fd
  Address        = undef.example.org
  Catalog        = MyCatalog
  Password       = "PasswordForUndef"
}

to match this entry in bacula-fd.conf:


Director {
  Name = bacula-dir
  Password = "PasswordForUndef"
}

Where bacula-dir appears at the top of your bacula-dir.conf file, 
like this:

Director {                            # define myself
  Name = bacula-dir

Does that help?

Don't worry about MD5-hash, but you can do that if you wish.


-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php
PGCon - The PostgreSQL Conference - http://www.pgcon.org/



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to