Re: [EMAIL PROTECTED] mod_authn_dbd encrypted password?!

2006-06-28 Thread William A. Rowe, Jr.
Crypt::MD5 supports Apache md5. Bill Joshua Slive wrote: On 6/27/06, Chris Liles <[EMAIL PROTECTED]> wrote: After looking at the perl script suggested by Joshua, I see that I can use crypt(), so I tested and it works. Of course postgres doesn't have a crypt() function :( I really want to be a

RE: [EMAIL PROTECTED] mod_authn_dbd encrypted password?!

2006-06-28 Thread Chris Liles
t; To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] mod_authn_dbd encrypted password?! > > On 6/27/06, Chris Liles <[EMAIL PROTECTED]> wrote: > > After looking at the perl script suggested by Joshua, I see that I can > use crypt(), so I tested and it works. Of co

Re: [EMAIL PROTECTED] mod_authn_dbd encrypted password?!

2006-06-28 Thread Joshua Slive
On 6/27/06, Chris Liles <[EMAIL PROTECTED]> wrote: After looking at the perl script suggested by Joshua, I see that I can use crypt(), so I tested and it works. Of course postgres doesn't have a crypt() function :( I really want to be able to just insert in the database like crypt('plaintext')

RE: [EMAIL PROTECTED] mod_authn_dbd encrypted password?!

2006-06-27 Thread Chris Liles
Subject: Re: [EMAIL PROTECTED] mod_authn_dbd encrypted password?! > > > On 27 Jun 2006, at 14:28, Chris Liles wrote: > > > Hello list! > > > > When setting up mod_authn_dbd to hit a postgresql data base the > > documentation says that the AuthDBDUserPWQuery must retu

Re: [EMAIL PROTECTED] mod_authn_dbd encrypted password?!

2006-06-27 Thread Nick Kew
On 27 Jun 2006, at 14:28, Chris Liles wrote: Hello list! When setting up mod_authn_dbd to hit a postgresql data base the documentation says that the AuthDBDUserPWQuery must return an encrypted password. Would someone please tell me how I am suppose to crypt the password when storing it i

Re: [EMAIL PROTECTED] mod_authn_dbd encrypted password?!

2006-06-27 Thread Joshua Slive
On 6/27/06, Chris Liles <[EMAIL PROTECTED]> wrote: Hello list! When setting up mod_authn_dbd to hit a postgresql data base the documentation says that the AuthDBDUserPWQuery must return an encrypted password. Would someone please tell me how I am suppose to crypt the password when storing it i

[EMAIL PROTECTED] mod_authn_dbd encrypted password?!

2006-06-27 Thread Chris Liles
Hello list! When setting up mod_authn_dbd to hit a postgresql data base the documentation says that the AuthDBDUserPWQuery must return an encrypted password. Would someone please tell me how I am suppose to crypt the password when storing it in the database. I can get the module to work fine wit