> There are two solutions:
> 1. Use JNDI realm to talk to Active Directory.
> 2. Collect credentials yourself and use native code to call the WinAPI
> function LogonUser.
>
> I have written a centralized authentication service.  One of the modules
> that I created to authenticate users against a Windows domain uses method
2
> above.

I have used a modification of method 1. Modified JNDIrealm and user
certificates.
Thus, it is possible to also allow passwordless login for homeworker.

Maybe you might take a look at
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7831. For the source and
additional infos.


Mario


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

Reply via email to