Hello!

i have started bacula-fd with -d100 from the commandline and get the
following output in the trace file. [trace file attached]

the problem occurrs within the folling code:

   get_auth = cram_md5_get_auth(sd, jcr->sd_auth_key, ssl_need);
   if (!get_auth) {
      Dmsg1(50, "cram_get_auth failed for %s\n", sd->who);
   } else {
      auth = cram_md5_auth(sd, jcr->sd_auth_key, ssl_need);
      if (!auth) {
     Dmsg1(50, "cram_auth failed for %s\n", sd->who);
      }
   }

hm. what does cram_md5_auth and what is cram_md5_auth?

thx, Chris




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to