| 12 August 2009
| Article Index |
|---|
| AD User Editor |
| Setup |
| Configuration |
| Sources, Evolutions and Modifications |
| All Pages |
Setup
- Download the archive and unzip it to the server where MOSS 2007 is installed. Then run setup.exe to install (*).
- Go the site collection where you installed it.
- Go to "Site Actions>Modify all parameters" and click on "Site Collection Features". If everything went well, you should find the feature you've just installed (Nomine SharePoint Tools).
- Push the button "Activate" in front of it.
- Create a new webpart page or modify the one you want and add the webpart "AD User Editor".
- You're almost done!
- Open a console (Start menu>execute>cmd) and type in the following instructions:
cd <path_to_installer>
stsadm -o addsolution -filename NomineSharePointTools.wsp
- Go to your SharePoint "Central Administration" and click on the tab "Operations".
- There, you should click on the link named "Solution Management" under the title "Global Configuration".
- If everything went well, you should find the solution you've just installed (NomineSharePointTools.wsp).
- Click it, choose "Deploy Solution", select the Web Application you want it to be deployed to and then click "OK".
It's over for Central Administration. Now, It's time to go to the site collection you want to add the WebPart.
- Go to its parameters (Site Actions>Modify all parameters).
- Click on "Site Collection Features". If everything went well, you should find the feature you've just installed (Nomine SharePoint Tools).
- Push the button "Activate" in front of it.
- Create a new webpart page or modify the one you want and add the webpart "AD User Editor".
- You're almost done!






Comments
Can we make readonly field,and can we make mandatory field ?
If yes, please tell its very need in my project.
regards
Mansoor
It could be a problem of credentials.
Please check that the login you put in the xml config is like this: "DOMAIN\username "
I have sucessfully configured the AD User Editor Webpart, however if I try to get an account from the PersonPicker and then edit it it launches the following error message:
System.DirectoryServic es.DirectoryServic esCOMException (0x8007202B): A referral was returned from the server. at System.DirectoryServic es.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServic es.DirectoryEntry.Bind() at System.DirectoryServic es.DirectoryEntry.get_AdsObject() at System.DirectoryServic es.DirectorySearch er.FindAll(Boolean findMoreThanOne ) at System.DirectoryServic es.DirectorySearch er.FindOne() at NomineSharePoin tTools.ADUserEditor.findFromAccount Name(String Name) at NomineSharePoin tTools.ADUserEditor.selectUser()
Any suggestion or possible troubleshooting for solving this issue would be highly appreciated!!
BTW, Excellent Webpart, I´m really excited to try it on, please help!!
The issue is related to the xml config in the webpart:
check here for more info: http://nominesptools.codeplex.com/Thread/View.aspx?ThreadId=69492
I have installed it successfully and added it to a MOSS page, but I get an error.
I seem to get the same error whether I enter my DC creds or not.
The error is
"System.Collections.Generic.KeyNotFoundExce ption: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoun dExce ption() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at NomineSharePoin tTools.ADUserEditor.findFromAccount Name(String Name) at NomineSharePoin tTools.ADUserEditor.selectUser"
Fairly noob at this so it's probably something obvious I am missing. I would appreciate any help you can give me as the WebPart is exactly what I am looking for.
Thanks.
Steev.
It's pretty simple to do it in WebApp, I think can be done in WebPart.
RSS feed for comments to this post.