Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1091 Points
265 Posts
Jun 29, 2011 04:45 AM|LINK
You have to add the user's distinguishedname to the member attribute.
Try this...
groupEntry.Properties["member"].Add( "CN=dkdkd,DC=dkdk");
Regards, Tamilmani.
Tamilmani Kp...
Participant
1091 Points
265 Posts
Re: How do you set the "memberof" attribute
Jun 29, 2011 04:45 AM|LINK
You have to add the user's distinguishedname to the member attribute.
Try this...
groupEntry.Properties["member"].Add( "CN=dkdkd,DC=dkdk");
Efforts Never Fail...