Browse by Tags

All Tags » UserProfile (RSS)

Moss: Migrating and Merging User Accounts to another domain. by Bas

Some time ago, the company that I work for, merged with another company and one of the issues that we still have, is that the users of both companies till reside in different domains. At the moment, we have a SharePoint Intranet which is accessible for...

SharePoint - Retrieving login name from SPUserField in a list by Bas

For a long time I didnt know how to retrieve a login name from a SPUser field in a SharePoint List. When a user doesn't have a userProfile, he is stored in the SPUser field as <number>;#<Domain\loginName>, and when he does have a profile...

SharePoint: Modifying the PeopleResults.aspx - adding custom Profile Properties by Bas

To modify the results of the peopleresults.aspx, a few stepts have to be taken. In my case, a Division is added to the results. at first, make sure that the property that you want to display, is indexed so it will be part of the People Search Scope: Go...

LDAP Problems updating LDAP information: saving attribute values gives error: 0x8000500C - The Active Directory Datatype Cannot be Converted to/from a Native DS Datatype / LDAPConnection: The LDAP server is unavailable by Bas

Our customer had the wish to synchronise some Sharepoint UserProfileProperties of UserProfiles back to LDAP, so that information could be synced with SAP. The attributes that needed to be saved, where inherited from custom schemas in LDAP, which gave...

SharePoint: Add a LDAP import connection using the BDC and a webservice to fill userprofiles with additional information by Bas

At the company that I work for at the moment, we have several AD's and a separate LDAP store with additional user information. For that company we are developing a new Intranet in which we want to add their accounts (account + email) and provision...