how to use Windows NT logon credentials in java swing application for user Authentication?
views:
104answers:
1
                +1 
                A: 
                
                
              I've successfully used jcifs in the past to login using Windows NT credentials from Java apps.
                  Michael Barker
                   2010-08-17 07:11:25
                
              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
                   2010-08-17 08:05:57
                Actually what i have is not an web based application but it is a java desktop application
                  krishna kumar
                   2010-08-17 08:20:30
                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
                   2010-08-19 08:45:03