views:

104

answers:

1

how to use Windows NT logon credentials in java swing application for user Authentication?

+1  A: 

I've successfully used jcifs in the past to login using Windows NT credentials from Java apps.

Michael Barker
Thanks Michael but can you please throw some more light on this..i am new to Swing... i have used com.sun.security.auth.module.NTSystem to obtain the username but how to check the password..kindly help..RegardsKrishna
krishna kumar
Actually what i have is not an web based application but it is a java desktop application
krishna kumar
jcifs finally worked.....i just needed to check logged on user that i got from NTSystem and then it was all jcifs...thanks Michael for the help...:)
krishna kumar