[jcifs] NTLM authentication question

Jonathan Trumbull jonathan.trumbull at gmail.com
Tue Jun 12 14:00:50 GMT 2007


Tony,

Are you just looking to get the users windows id and domain name???  If so,
just use:

request.getRemoteUser()

Then parse out the user and domain names.

If you are after more info than this, then you will need to make an LDAP
query to the domain controllers.

--Jonathan

On 6/11/07, Tony Thompson <Tony.Thompson at stone-ware.com> wrote:
>
>  If I am using the NTML authentication filter with an Active Directory
> domain controller, after a user is authenticated, can I get the users
> distinguished name from NtlmPasswordAuthentication (or by other means)?  Is
> there really any way to even determine what the user DN is if NTLM is
> involved?
>
> Thanks
> Tony
>
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the jcifs mailing list