Groups | Blog | Home
all groups > asp.net > april 2006 >

asp.net : Active Directory : Add an user to a group !


Jordan S.
4/21/2006 4:47:06 PM
ADSI is easily programmed via .NET...
you will need to set a reference in your .NET project to
system.directoryservices.dll

Here's one of many introductions to ADSI:
http://www.4guysfromrolla.com/webtech/021199-1.shtml

And as usual, google might be of use with your particular question:
http://www.google.com/search?hl=en&lr=&q=%22ADSI%22+%2B+%22change+password%22&btnG=Search


-HTH



[quoted text, click to view]

moi
4/21/2006 11:55:53 PM
Hello,
Is there an Membership API to Add a user to group ? like to change the
password ...

Or do i have to program it ? If i do have to program it, what about the
right,permission to do it ?
I would like to add the user in a group when he change his password (to
activate the possibility for him to access internet..)

Thanks a lot ...

Marc Scheuner
4/22/2006 3:37:47 PM
[quoted text, click to view]

And here's the Microsoft System.DirectoryServices portal - *THE*
starting point for all things S.DS :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/portal.asp

No need to use the "low-level" ADSI - use S.DS instead !

AddThis Social Bookmark Button