Consultor Eletrônico



Kbase P105328: How do I further debug admin server authentication problems?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/03/2010
Status: Verified

GOAL:

How do I further debug admin server authentication problems?

GOAL:

How do I turn on debugging for admin server anthentication problems?

GOAL:

What switches can I use for admin server to assist in debugging?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
UNIX

FIX:

To further debugging admin server authentication problems, set an environment variable called PSC_AUTH_DEBUG. It just has to exist, the value doesn't matter.
After starting admin server, it will write a file called authdbg.log, review this file to detect any potential authentication problems.

For example a sucessful authdbg.log

IN whoami
whoami returns: OUR-DOMAIN\thisisme
IN validate_account OUR-DOMAIN\thisisme xxxxxx (null)
IN testUserPasswordForNull OUR-DOMAIN\thisisme xxxxxx
User Supplied Domain=OUR-DOMAIN User=thisisme
LookupAccountName for thisisme on system NTOURDOM
LookupAccountName returned domainNm = OUR-DOMAIN
IN validatePassword thisisme xxxxxx OUR-DOMAIN
IN isGeneratedPassword = xxxxxxxx
IN authorizeUser thisisme NULL OUR-DOMAIN
Return status of authorizeUser = 1
Return status of validate_account = 1