Re: [Resin-interest] Creating resin-admin md5 password

2006-10-04 Thread Scott Ferguson
On Oct 4, 2006, at 12:19 AM, Nils Meyer wrote: > Hi John, > > John Ellis wrote: >> I attempted to create an md5 password hash for resin-admin via: >> echo "password" | openssl dgst -md5 >> > Try echo -n, else a linefeed is added to the password which changes > the > md5 hash. Also, you need to

Re: [Resin-interest] Creating resin-admin md5 password

2006-10-04 Thread Nils Meyer
Hi John, John Ellis wrote: > I attempted to create an md5 password hash for resin-admin via: > echo "password" | openssl dgst -md5 > Try echo -n, else a linefeed is added to the password which changes the md5 hash. regards Nils ___ resin-interest m

[Resin-interest] Creating resin-admin md5 password

2006-10-03 Thread John Ellis
I attempted to create an md5 password hash for resin-admin via: echo "password" | openssl dgst -md5 But the security authenticator doesn't appear to like that. Is there another way I should be creating an md5 hash for the resin_admin_password field? -- John Ellis [EMAIL PROTECTED] __