did you compile with mysql support? if not run
./configure --help
to get the list of mysql options you must provide.
if you did already compile with mysql support, paste the sql statement
you are using to update passwords.

On Sun, 19 Nov 2000, hari_bhr wrote:

> hi thanks for the reply
>
> iam just doing , working on
> i was try to do with mysql and get inside and try to change password
> manually.
> after changing iam not able to authenticate nor in pop3 or sqwebmail
>
> can give me is there any special compilation to be done to use mysql
> authentication rather cdb.
>
> if you can able to provide steps, iam the happiest person
> thanks adavance for the help
>
> thanks
>
> -----Original Message-----
> From: Chris Scheller [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, November 19, 2000 1:03 AM
> To: Peter Green
> Cc: hari hr; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: waste news group, its time waste
>
>
> > >         but i had wrote some frontend to change the
> > > password in mysql database, with
> > >         out using ./vpasswd, iam directly changing the
> > > password field in databased.
>
> i realize i am coming into this thread a little late, but what is your
> sql statement that you are using to change the passwords?
> it should be something like
> UPDATE <domain_tbl> SET pw_pass = PASSWORD($pass) WHERE pw_name =
> '$user'
>
> if pop3 is not authenticating against your changed password that leads
> me to believe that you have not crypt the password when changing it.
>
> could you cut and paste your code...
>
> Chris Scheller
> Network One Internet, inc.
> http://www.networkone.net/
> System/Network Administration
> 1-888-GOT-NET1
>
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
>

Chris Scheller
Network One Internet, inc.
http://www.networkone.net/
System/Network Administration
1-888-GOT-NET1

Reply via email to