I recently moved from apache 2.0.44 for windows to 2.0.42 for linux and I'm trying to move my .htaccess AuthUserFile over to linux. The AuthUserFile is simple text with no encrypted passwords, the format looks like this:
User
ass
Dog:cat
chicken:horse
I moved the password file to my linux box and changed the httpd.conf file to protect a members area using that password file. The problem is, linux apache automatically encrypts the password that you input, so when it compares the inputted password to the password file, there is no match. Now this password file is about 3000 line long, so converting one password at a time will take forever. Does anyone know how to: A. Disable encryption on apache, B. Use a program to convert a batch of passwords into standard unix crypt format?
Thanks a ton to whoever can respond
Thomas
User
Dog:cat
chicken:horse
I moved the password file to my linux box and changed the httpd.conf file to protect a members area using that password file. The problem is, linux apache automatically encrypts the password that you input, so when it compares the inputted password to the password file, there is no match. Now this password file is about 3000 line long, so converting one password at a time will take forever. Does anyone know how to: A. Disable encryption on apache, B. Use a program to convert a batch of passwords into standard unix crypt format?
Thanks a ton to whoever can respond
Thomas