On Sat, Sep 04, 1999 at 11:06:49AM +0100, Ashley T. Howes wrote:
the command. Is it possible to fudge the .htpasswd file, either by hand or on my own linux box and then upload the resulting file?
Yes, as long as both systems use the same crypt method (MD5, DES, whatever... simplest way to find out is to try). htpasswd has the format: username1:cryptpassword1 username2:cryptpassword2 and so on. You can make the cryptpasswords with a command like: perl -e 'print crypt("password",chr(rand(95)+32).chr(rand(95)+32))."\n"'
Hope that works,
MJR
[ This email came to you via the Anglian Linux User Group list ] [ If you only wish to recieve event announcements, email the ] [ SUBJECTs of "unsubscribe alug" and "subscribe alug-announce" ] [ to listserver@stu.uea.ac.uk -- We do need your support, tho' ]