On Wednesday 13 July 2005 12:10, Lucas Stam wrote:
> Hello Bacula Team,
>
> I just started adding some clients in my config who needs to be backed up.
>
> But now im busy with the passwords and im wondering in what format the
> passwords are generated. In the documentation they mentioned it was a
> MD5 hash but it's to short for MD5 in my oppinion.
>
> I had generated a MD5 hash and added it in the configs both client and
> server-side, but if i try to connect through the Wx console to the
> client I get: 'Failed to connect to client'
>
> Is it possible to insert "plain-text" passwords? Or can you tell me
> where to find a proper generator that allows me to generate a 42 digit
> hash?
>
> Im looking forward hearing from you.


openssl rand -base64 33

If you don't have openssl a less secure substitute is:

cd <bacula-src>
autoconf/randpass 37


>
> Regards,
>
> Lucas Stam
>
> The Netherlands
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the 'Do More With Dual!' webinar
> happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest
> in dual core and dual graphics technology at this free one hour event
> hosted by HP, AMD, and NVIDIA.  To register visit
> http://www.hp.com/go/dualwebinar
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
Best regards,

Kern

  (">
  /\
  V_V


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to