0
votes

In Sitecore 7, how could one got about saving a custom user property for Active Directory users, when we only got "read-only" rights to the AD eg. keep the property within Sitecore scope, and not store it in the AD.

Logged in users within the domains Sitecore and Extranet, can store some settings which is saved in a custom user property within the user profile; how can we extend this functionality to cover users authenticated via Active Directory.

We are using the AD LDAP Module to authenticate AD users.

1

1 Answers

0
votes

You should follow the procedure described in this document, chapter 3 "Advanced Profile configuration". In particular, the paragraph 3.2 is about custom profile properties.

To tell the long story short, you have to do the following:

  • configure the profile provider
  • configure the custom property in the web.config
  • extend Sitecore user template to make that property visible

The document contains all the details. Just follow it thoroughly - there's a number of steps you should make to configure that feature. Good luck!