View Single Post
  #126 (permalink)  
Old 03-13-2009, 08:17 AM
163828045 163828045 is offline
Member
 
Posts: 11
Default

Quote:
Originally Posted by heinzg View Post
Hi,

In the install part of the script there is a option to generate that password for you in that file.

In fact all you have to do is to put a password in that file... then it should work.
All the install part does is creates a password in the following manner:
Code:
~$ openssl rand -base64 48 [ enter ]
rrPxLgnMhuq0OU8YrQiqSR42m5X3CVPNZiKnP+MVE2UhVwq22UO65jzvN6MWbNe5
The easy one liner to do this would be (this is with defaults in script settings):
Code:
openssl rand -base64 48 -out /etc/zmbac/noread
Hope that helps you out !
Thanks a lot for you help, worked like a charm.
Reply With Quote