Tuesday, 22 March 2016

Modifying people picker portlet to pick user-id also as part of search


Modified value:- 
pickerPeopleSearchAttribute  = cn,displayName,sn,uid

Default value: cn,displayName,sn,givenName  

Procedure
1.     Log on to the WebSphere® Integrated Solutions Console.

2.     Click Resources > Resource Environment > Resource Environment Providers.

3.     Find and click the WP PeopleService resource environment provider. The resource environment provider name is case-sensitive.

4.     Click custom properties.

5.     Click the custom properties page and configure the values for following property:

6.     pickerPeopleSearchAttribute  = cn,displayName,sn,uid

7.     Restart IBM® WebSphere Portal server to reflect the changes.

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...