Gossamer Forum
Home : Products : DBMan : Installation :

Can't get a logon screen on NT

Quote Reply
Can't get a logon screen on NT
Hi. I set dbman up on a UNIX server without many problems. I can't see to get a logon screen on NT. I want default users to be able to seacrh, and I want authentication for adding, deleting, modifying. I'm almost positive I have default.cfg setup right. Hete it is:

$auth_no_authentication = 0;
$auth_logging = 1;
$auth_allow_default = 1;
$auth_signup = 0;
@auth_signup_permissions = (1,1,1,1,0);
$auth_modify_own = 0;
$auth_view_own = 0;

If I try to pull it up with:

http://www.gatc.org/cgi-bin/dbman/db.pl?admin_display=1

I get Unauthorized action. The database program received a command that you are not authorized for.

If I use:

http://www.gatc.org/cgi-bin/dbman/db.pl

I get a screen with no login, just Home and Log Off links. The rest of the line after "Permissions:" is blank.

HELP!
Quote Reply
Re: Can't get a logon screen on NT In reply to
You must have fixed it since you posted your question. I went to http://www.gatc.org/cgi-bin/dbman/db.pl and got the login screen. I logged on as "admin/admin" and got the main menu with all the options on it.

You can't use http://www.gatc.org/cgi-bin/dbman/db.pl?admin_display=1

The admin display is not available until after you log in.


------------------
JPD
Quote Reply
Re: Can't get a logon screen on NT In reply to
Nope, actually I didn't fix it. I went to bed. Smile But you're right, it appears to be working. I guess the NT Gods were looking out for me.