|
Home > Archive > EAserver > June 2005 > Authentication Service Issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Authentication Service Issue
|
|
| Rob Sakmyster 2005-06-30, 8:24 pm |
| I have created and configured EAServer with my own custom
authentication service (authservice prop). When EAServer
starts, for some reason it invokes the authservice and I
always see in my logs, a login failure from IP 0.0.0.0 with
no user specified. Is there any way to prevent EAServer, on
startup, from performing this sanity check (?) on the
authservice?
| |
| Brad Ashton 2005-06-30, 8:24 pm |
| No. This is relatively new for EAServer (since 5.0, I think). I added
coded to our service to look for this and automatically pass back a success
code; however, I only do it on the very first time the checkSession() method
is called using an boolean static member variable to avoid some hacker
spoofing it later.
<Rob Sakmyster> wrote in message news:42c446b3.a11.1681692777@sybase.com...
> I have created and configured EAServer with my own custom
> authentication service (authservice prop). When EAServer
> starts, for some reason it invokes the authservice and I
> always see in my logs, a login failure from IP 0.0.0.0 with
> no user specified. Is there any way to prevent EAServer, on
> startup, from performing this sanity check (?) on the
> authservice?
|
|
|
|
|