Re: taking NT Authentication for JSP App.

2002-01-09 Thread Julian Doherty
Sent by: A cc: mailing list Subject: Re: taking NT Authentication for JSP App. about Java Server Pages specification and reference

Re: taking NT Authentication for JSP App.

2002-01-07 Thread Chen, Gin
)). I dont know what is required to get that to work with Windows NT. -Tim -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 10:06 AM To: [EMAIL PROTECTED] Subject: Re: taking NT Authentication for JSP App. You can use JNDI to access Active Directo

Re: taking NT Authentication for JSP App.

2002-01-07 Thread Chen, Gin
ng JNDI and LDAP but Active Directory is (no experience.. just what I've heard) slightly different, so a book is a good idea. -Tim -Original Message- From: Sandy [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 5:46 AM To: [EMAIL PROTECTED] Subject: Re: taking NT Authentication fo

Re: taking NT Authentication for JSP App.

2002-01-07 Thread Sandy
i m not very much sure but i think u can do it with a combination of jsp and VB script. In Vb script u can write some code to read the user info and then update it in some hidden field in html file. or u can use VB script itself to submit automatically. plz let me know if it helps = luv, san

Re: taking NT Authentication for JSP App.

2002-01-05 Thread Zvika Markfeld
EMAIL PROTECTED]]On Behalf Of Joe Cheng Sent: Sunday, January 06, 2002 5:32 AM To: [EMAIL PROTECTED] Subject: Re: taking NT Authentication for JSP App. Merrill's right, this technique absolutely won't work because the most it could do is get the username at the server, not the client. Maybe

Re: taking NT Authentication for JSP App.

2002-01-05 Thread Joe Cheng
Merrill's right, this technique absolutely won't work because the most it could do is get the username at the server, not the client. Maybe if you're using IIS as your webserver, you could set the directory security to enforce NT authentication, then see if the request has any s

Re: taking NT Authentication for JSP App.

2002-01-04 Thread Merrill George
g list about Java Server Pages specification and reference <[EMAIL PROTECTED]> 01/05/02 04:33 AM Please respond to A mailing list about Java Server Pages specification and reference                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: taking NT Authentica

Re: taking NT Authentication for JSP App.

2002-01-04 Thread Joe Blow
PROTECTED] Subject: Re: taking NT Authentication for JSP App. 01/04/2002 04:41 PM Please respond to A mailing list about Java Server Pages specification and

Re: taking NT Authentication for JSP App.

2002-01-04 Thread Miao, Franco CAWS:EX
t;Dasti, Hassan" cc: (bcc: Rizwan Lodhi/US-Corporate/3M/US) Subject: taking NT Authentication for JSP App. 01/04/2002 01:55 PM Please respond

Re: taking NT Authentication for JSP App.

2002-01-04 Thread Joe Blow
cc: (bcc: Rizwan Lodhi/US-Corporate/3M/US) Subject: taking NT Authentication for JSP App. 01/04/2002 01:55 PM Please respond to A mailing

Re: taking NT Authentication for JSP App.

2002-01-04 Thread Sami Saul
This will be very useful for me too. Please forward me any solution. Regards, Sami Saul [EMAIL PROTECTED] - Original Message - From: "Dasti, Hassan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 04, 2002 21:55 Subject: taking NT Authenticati

taking NT Authentication for JSP App.

2002-01-04 Thread Dasti, Hassan
Hi, I am given a task to change one of our JSP Web Application's to authenticate the user by his/her NT Login name and password. Meaning when the user who is correctly logged on to his Domain on NT machine comes to my web page I should give him full access and the one who is not logged on to

Re: NT Authentication

2000-04-04 Thread Mark Wilcox
Look at the new JAAS api on java.sun.com/security/. JAAS is similar to the Pluggable Authentication Modules (PAM) API but for Java (of course ;). One of the providers that ships with JAAS is an NT authentication module. Mark On 4 Apr 00, at 11:43, Cheong Takhoe wrote: > Hi, > > Anyon

Re: NT Authentication

2000-04-04 Thread Yves Amyot
You just have to set NT security on your file or directory. - Original Message - From: Cheong Takhoe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 03, 2000 11:43 PM Subject: NT Authentication > Hi, > > Anyone has any idea on doing NT Authent

NT Authentication

2000-04-03 Thread Cheong Takhoe
Hi, Anyone has any idea on doing NT Authentication through JSP? regards, Cheong Takhoe === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can b