RE: LDAP Authentication To Active Directory

2001-09-04 Thread Lacerda, Wellington (AFIS)

I'd like to have some info on this too.

Thanks!
Wellington

-Original Message-
From: Giuseppe Galli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 04, 2001 10:53 AM
To: [EMAIL PROTECTED]
Subject: Re: LDAP Authentication To Active Directory


Hi Supriya,
I' see your post on the struts ml only today, sorry for the long time I
took.
I'm interested in LDAP auth with Active Directory: can you send me a link
where to see your code/experience?
TIA
Pino


- Original Message -
From: "SUPRIYA MISRA" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 1:39 PM
Subject: LDAP Authentication To Active Directory


> I have successfully implemented LDAP authentication to Microsoft Active
> Directory at Wayne State University school of Medicine. If anyone is
> interested in having LDAP Authentication To Microsoft Active Directory ,
> please email me.
>
> Supriya Misra
> System Integrator II
> MSIS,WSUSOM
> Detroit, MI
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>




Re: LDAP Authentication To Active Directory

2001-09-04 Thread Giuseppe Galli

Hi Supriya,
I' see your post on the struts ml only today, sorry for the long time I
took.
I'm interested in LDAP auth with Active Directory: can you send me a link
where to see your code/experience?
TIA
Pino


- Original Message -
From: "SUPRIYA MISRA" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 1:39 PM
Subject: LDAP Authentication To Active Directory


> I have successfully implemented LDAP authentication to Microsoft Active
> Directory at Wayne State University school of Medicine. If anyone is
> interested in having LDAP Authentication To Microsoft Active Directory ,
> please email me.
>
> Supriya Misra
> System Integrator II
> MSIS,WSUSOM
> Detroit, MI
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>




RE: LDAP Authentication to Active Directory

2001-08-15 Thread Matt Raible
Title: RE: LDAP Authentication to Active Directory






Did you ever get a chance to post the source for this?

Thanks,

Matt




RE: LDAP Authentication to Active Directory

2001-08-13 Thread Byung Jin Chun

I think that you might have forgotten
to attache the code. BTW, is that Wayne state in Ohio?

Jin

> -Original Message-
> From: Misra, Supriya [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 13, 2001 9:16 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: LDAP Authentication to Active Directory
> 
> 
> Here the complete Code. I would request you guys to keep my 
> name as the
> Contributor in the top of these files.
> 
> This code works for Wayne State University. There is a Ldp2.exe file
> included which you must first use to see whether your active directory
> responds. Try this exe to see your directory structure,DN's and CN's .
> Then you will understand the java code.
> 
> Steps in Java Code
> 1. Authenticate.java calls LdapGetDn.java --this is anonymous look up
> for userid-returns a DN(String)
> 2. Use DN returned and password as authentication.
> 3. On success call GetAttributes.java to get you attributes.
> 4. Load the UserBean.java with that Attributes.
> 5. UserBean object now has all information about user
> 
> PS--For Administrators to Windows--Binding is a must.Your anonymous
> lookup will fail in step 1. So see the binding part of the 
> code(2 extra
> lines).
> 
> Demonstration at http://146.9.55.120/LDAP/LDAP.jsp
> 
> You cant see the results as you wont be authenticated. If you a real
> paranoid--i will give you a password for 10 minutes.
> 
> -Original Message-
> From: Chatterjee, Somnath [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 10, 2001 1:42 PM
> To: Misra, Supriya
> Subject: RE: LDAP Authentication to Active Directory
> 
> 
> ok..thanks
> 
> -Original Message-
> From: Misra, Supriya [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 10, 2001 1:36 PM
> To: Chatterjee, Somnath
> Subject: RE: LDAP Authentication to Active Directory
> 
> 
> i will need an hour to clean up the code.
> 
> -----Original Message-
> From: Chatterjee, Somnath [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 10, 2001 1:34 PM
> To: Misra, Supriya
> Subject: RE: LDAP Authentication to Active Directory
> 
> 
> Hello,
> 
> Could you please email some documentation or any other details about
> this.
> 
> Thanks,
> 
> Somnath Chatterjee
> 
> Florida State University
> 



RE: LDAP Authentication to Active Directory

2001-08-13 Thread Misra, Supriya

Here the complete Code. I would request you guys to keep my name as the
Contributor in the top of these files.

This code works for Wayne State University. There is a Ldp2.exe file
included which you must first use to see whether your active directory
responds. Try this exe to see your directory structure,DN's and CN's .
Then you will understand the java code.

Steps in Java Code
1. Authenticate.java calls LdapGetDn.java --this is anonymous look up
for userid-returns a DN(String)
2. Use DN returned and password as authentication.
3. On success call GetAttributes.java to get you attributes.
4. Load the UserBean.java with that Attributes.
5. UserBean object now has all information about user

PS--For Administrators to Windows--Binding is a must.Your anonymous
lookup will fail in step 1. So see the binding part of the code(2 extra
lines).

Demonstration at http://146.9.55.120/LDAP/LDAP.jsp

You cant see the results as you wont be authenticated. If you a real
paranoid--i will give you a password for 10 minutes.

-Original Message-
From: Chatterjee, Somnath [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 10, 2001 1:42 PM
To: Misra, Supriya
Subject: RE: LDAP Authentication to Active Directory


ok..thanks

-Original Message-
From: Misra, Supriya [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 10, 2001 1:36 PM
To: Chatterjee, Somnath
Subject: RE: LDAP Authentication to Active Directory


i will need an hour to clean up the code.

-Original Message-
From: Chatterjee, Somnath [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 10, 2001 1:34 PM
To: Misra, Supriya
Subject: RE: LDAP Authentication to Active Directory


Hello,

Could you please email some documentation or any other details about
this.

Thanks,

Somnath Chatterjee

Florida State University



Re: LDAP Authentication To Active Directory

2001-08-13 Thread Oleg V Alexeev

Hello SUPRIYA,

Can you place your code sample to the some server and post URL to it
to the list?

Monday, August 13, 2001, 3:39:48 PM, you wrote:

SM> I have successfully implemented LDAP authentication to Microsoft Active 
SM> Directory at Wayne State University school of Medicine. If anyone is 
SM> interested in having LDAP Authentication To Microsoft Active Directory , 
SM> please email me.

SM> Supriya Misra
SM> System Integrator II
SM> MSIS,WSUSOM
SM> Detroit, MI

SM> _
SM> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




-- 
Best regards,
 Olegmailto:[EMAIL PROTECTED]





Re: LDAP Authentication To Active Directory

2001-08-13 Thread SUPRIYA MISRA

You will get in after an hour when i am at work


>From: "Gregor Rayman" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Re: LDAP Authentication To Active Directory
>Date: Mon, 13 Aug 2001 13:38:48 +0200
>
>I am.
>
>
>- Original Message -
>From: "SUPRIYA MISRA" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, August 13, 2001 1:39 PM
>Subject: LDAP Authentication To Active Directory
>
>
> > I have successfully implemented LDAP authentication to Microsoft Active
> > Directory at Wayne State University school of Medicine. If anyone is
> > interested in having LDAP Authentication To Microsoft Active Directory ,
> > please email me.
> >
> > Supriya Misra
> > System Integrator II
> > MSIS,WSUSOM
> > Detroit, MI
> >
> > _
> > Get your FREE download of MSN Explorer at 
>http://explorer.msn.com/intl.asp
> >
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: LDAP Authentication To Active Directory

2001-08-13 Thread Gregor Rayman

I am.


- Original Message - 
From: "SUPRIYA MISRA" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 1:39 PM
Subject: LDAP Authentication To Active Directory


> I have successfully implemented LDAP authentication to Microsoft Active 
> Directory at Wayne State University school of Medicine. If anyone is 
> interested in having LDAP Authentication To Microsoft Active Directory , 
> please email me.
> 
> Supriya Misra
> System Integrator II
> MSIS,WSUSOM
> Detroit, MI
> 
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
> 




LDAP Authentication To Active Directory

2001-08-13 Thread SUPRIYA MISRA

I have successfully implemented LDAP authentication to Microsoft Active 
Directory at Wayne State University school of Medicine. If anyone is 
interested in having LDAP Authentication To Microsoft Active Directory , 
please email me.

Supriya Misra
System Integrator II
MSIS,WSUSOM
Detroit, MI

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp