The Artima Developer Community
Sponsored Link

Java Answers Forum
Validation NT username and password

4 replies on 1 page. Most recent reply: Oct 10, 2002 1:07 AM by John Prince

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Rohit

Posts: 38
Nickname: rohit
Registered: May, 2002

Validation NT username and password Posted: Aug 27, 2002 11:50 PM
Reply to this message Reply
Advertisement
Hi ,

In my project i want to validate username and passwords,and these should be validated to NT domain,
how this can be done.


Michael Wiedmer

Posts: 15
Nickname: micks
Registered: Aug, 2002

Re: Validation NT username and password Posted: Aug 29, 2002 5:42 AM
Reply to this message Reply
Check out the JAAS package. It will do it all for you.

Micks

Rohit

Posts: 38
Nickname: rohit
Registered: May, 2002

Re: Validation NT username and password Posted: Aug 30, 2002 12:07 AM
Reply to this message Reply
Hi ,

I have just seen JAAS tutorial at sun,from the sample prog all I can figure out is that it uses some kind of properties (Prinicpal) to do autentication,but I can figure it out, how to pass the user name / pwaasord to NT domain.
Any Idea?

Pratik Khetiya

Posts: 1
Nickname: pratik
Registered: Oct, 2002

Re: Validation NT username and password Posted: Oct 4, 2002 8:02 AM
Reply to this message Reply
> Hi ,
>
> I have just seen JAAS tutorial at sun,from the
> e sample prog all I can figure out is that it uses
> some kind of properties (Prinicpal) to do
> autentication,but I can figure it out, how to pass
> the user name / pwaasord to NT domain.
> Any Idea?

Hi Rahul,
Did you find out the solution ?? I am kind of doing similar things...I just started so I am still going to look into JAAS package...

if you found the solution ..please let me know..

thanks,
Pratik

John Prince

Posts: 2
Nickname: johnprince
Registered: Oct, 2002

Re: Validation NT username and password Posted: Oct 10, 2002 1:07 AM
Reply to this message Reply
Hi,

Check out the tagish NT modules for JAAS

http://free.tagish.net/jaas/doc.html

They work well for me.

John

Flat View: This topic has 4 replies on 1 page
Topic: i include string. Previous Topic   Next Topic Topic: error with if(charAt(index) = '-')

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use