Tip 43: SharePoint 2010 – Create a New Active Directory Attribute and Map into the User Profile Store
This tip is for SharePoint Server 2010.
I had this post sitting for a bit in my drafts and decided I should put it out there.
User profiles have been getting a lot of attention with SharePoint 2010. In this post I am going to show you how you can create your very own Active Directory attribute, map that attribute to the FIM client SharePoint 2010 uses to import profile information and get that attribute into SharePoint.
In some cases you will already have an Active Directory attribute and just want to map in to SharePoint. In that case you can start with step 6.
- Create a new attribute. Enter the Common Name, LDAP name, X500 OID (Get a new OID; http://msdn.microsoft.com/en-us/library/ms677620(VS.85).aspx), Description and syntax.
- Register AD Schema MMC snap in;
- Edit the user class and add the new attribute.
- Right-click the DC and “Reload the Schema”
- In FIM client go to Management Agents and Refresh Schema.
- Double click Properties
- Select “Select Attributes” and click the “Show All” checkbox.
- Select the new AD attribute.
- In the MMS service application click Manage User Properties.
- Click New Property
- Enter a name, Display Name and other values. Select the connection, attribute and direction (Import) from the Add New Mapping group and click Add.
- In the MMS service Application Start Profile Synchronization.
- After profile synchronization is complete, click Manage User Profiles.
- Search for a profile that has the attribute set.
Drop down the menu for the profile and Edit My Profile.