Gossamer Forum
Home : Products : DBMan : Installation :

Logon problem

Quote Reply
Logon problem
I have DBMan installed on hypermart server. It works just fine. But when installed on virtualave server I have logon problem.
Please check.
http://asak.virtualave.net/cgi-bin/dbman/db.cgi

thanks
Quote Reply
Re: Logon problem In reply to
Hi Adi,

I took a look at your password file ( http://asak.virtualave.net/...n/dbman/default.pass ) and that's the cause of your problems. You need to add some page breaks in there so that the script can parse it properly.
Quote Reply
Re: Logon problem In reply to
Hi Adi,

why is your cgi-bin open?
so everyone can read the files?

HP
Quote Reply
Re: Logon problem In reply to
Hi, Actually I didn't mess up the default.pass file. I did exactly like I did with hypermart server. I transfered the exact files from hypermart server.

When I viewed the file using WS_FTP, everything is okey:
# UserID : Password : View : Add : Del : Mod: Admin
admin:A.f0Kvdiyy8q2:1:1:1:1:1
author:zs047RckAhJH6:1:1:1:1:0
guest:ZX9XTlIfPvdGE:1:0:0:0:0

Thanks again.
Quote Reply
Re: Logon problem In reply to
It's different crypt() functions. Do this:

1. Erase all entries in the password file.
2. Set $auth_allow_default = 1;
3. Set @auth_default_permissions = (1,1,1,1,1);
4. Go to db.cgi?uid=default
5. Go to admin and add your own users.

That should be it! Reset the authentication back to what you want when you are done.

Cheers,

Alex
Quote Reply
Re: Logon problem In reply to
Hi there,

I've got the same problem and am joining from a different thread.

Quote:
It's different crypt() functions. Do this: (..)

But this solution doesn't preserve the original passwords, does it ?

Is there no way of migrating the passwords as well ? I desperately need this. Perhaps by transferring the crypt-function to the new site as well ?

Please, there must be a solution ! I've got over 150 different userid/password pairs and cannot possibly expect each user to type in their passwords anew.

Georg