I've written a JAAS Login Module for my web application that authenticates
against a third party (Documentum) content management server.  It works fine
but it seems to attempt to login once before the dialog is even presented to
the user.

The logs show:

DfPrincipalException:: THREAD: http-443-Processor13; MSG:
[DM_API_E_NOUSERNAME]error:  "No user name have been provided for a
connection."
... (more authentication failed messages from LoginModule code)
...


Yet I haven't even tried to login yet.  I am able to  login successfully
after this error but it still bothers me that something is causing it to
attempt a login before it even presents the dialog.

Any suggestion, solutions would be appreciated.

-Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to