RE: [ActiveDir] OT: WSS and AD. WebPart user information. How to configure IIS so my asp script can change user's attr in AD

2006-10-12 Thread Ramon Linan
Subject: Re: [ActiveDir] OT: WSS and AD. WebPart user information. How to configure IIS so my asp script can change user's attr in AD See, I told you the security was the hard part. :) This is no different in .NET. Like I said, the first thing to decide is whether you want to use trusted subs

Re: [ActiveDir] OT: WSS and AD. WebPart user information. How to configure IIS so my asp script can change user's attr in AD

2006-10-11 Thread Joe Kaplan
z said. This is fun. :) Joe K. - Original Message - From: "Tomasz Onyszko" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 11, 2006 4:19 PM Subject: Re: [ActiveDir] OT: WSS and AD. WebPart user information. How to configure IIS so my asp script can change user

Re: [ActiveDir] OT: WSS and AD. WebPart user information. How to configure IIS so my asp script can change user's attr in AD

2006-10-11 Thread Tomasz Onyszko
Ramon Linan wrote: I decided to go with asp, I exclude a path from SharePoint and use asp, that will make things easier at first. Now the problem that I am having is, how do I configure IIS so the authenticated users can see/modify some of their attributes in AD? If I use the default AD IUSR f

RE: [ActiveDir] OT: WSS and AD. WebPart user information. How to configure IIS so my asp script can change user's attr in AD

2006-10-11 Thread Ramon Linan
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Kaplan Sent: Wednesday, October 11, 2006 3:36 PM To: ActiveDir@mail.activedir.org Subject: Re: [ActiveDir] OT: WSS and AD. WebPart user information The actual code for programming AD in .NET is pretty similar to ADSI (since it uses ADSI under the

Re: [ActiveDir] OT: WSS and AD. WebPart user information

2006-10-11 Thread Joe Kaplan
The actual code for programming AD in .NET is pretty similar to ADSI (since it uses ADSI under the hood). There is a more powerful, strongly typed search interface called the DirectorySearcher that is actually much more powerful an easier to use than ADO for searching. All in all, it really isn't

RE: [ActiveDir] OT: WSS and AD. WebPart user information

2006-10-11 Thread Brian Desmond
Of Ramon Linan > Sent: Wednesday, October 11, 2006 9:28 AM > To: ActiveDir@mail.activedir.org > Subject: RE: [ActiveDir] OT: WSS and AD. WebPart user information > > Frustrating!, :) sounds very hard to do for a .net newbie like me. I > have work with Zope and Plone before and everythi

RE: [ActiveDir] OT: WSS and AD. WebPart user information

2006-10-11 Thread Ramon Linan
ook to see if figure things out. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Kaplan Sent: Tuesday, October 10, 2006 9:13 PM To: ActiveDir@mail.activedir.org Subject: Re: [ActiveDir] OT: WSS and AD. WebPart user information Ryan and I wro

Re: [ActiveDir] OT: WSS and AD. WebPart user information

2006-10-10 Thread Joe Kaplan
base when it is installed. You have to undo that or get protocol transition working. It can be icky. :) Joe K. - Original Message - From: Ramon Linan To: ActiveDir@mail.activedir.org Sent: Tuesday, October 10, 2006 2:30 PM Subject: [ActiveDir] OT: WSS and AD. WebPart user informatio

[ActiveDir] OT: WSS and AD. WebPart user information

2006-10-10 Thread Ramon Linan
Hi everyone,   Does anyone knows of a web part for Windows SharePoint services 2 or 3 to grab information from AD users?   I want to create a web part that will allow the user to update their contact information and update AD at the same time.     Thanks   Rezuma