Article

9159506's picture
article
Reads:

2163

Score:
0
0
 
Comments:

0

Customizing the Lens Icon in eGuide

(View Disclaimer)

Problem

A Forum reader recently asked this question:

"When using eGuide to diplay the attributes of a searched Organizational Unit, a lens icon appears next to the Unit Address Code field (custom attribute). When the lens icon is clicked, I need a list of all Users beloging to the same Address Code displayed in the Navigation Form on the left. What file should I configure, and how, on Unix?"

And here's a suggestion from Andrei Karyagin ...

Solution

1. Locate the uihandlers.xml file under ...\tomcat\webapps\eGuide\WEB-INF\plugins\eGuide

2. Find the following string within this file:
<attribute-name>DEPARTMENT</attribute-name>

3. Add something like:
<attribute-name>DESIRED_ATTRIBUTE_TEMPLATE_KEY</attribute-name>
immediately before or after DEPARTMENT string.

4. Restart both Apache and Tomcat.

5. Go to eGuide Administration Utility and click LDAP Data Sources -> Edit -> Attributes.

6. Scroll down to the desired Template Key and click More Options.

7. Select the SV "Find Others" Search Link.

8. Click Save and then Close.

9. Restart both Apache and Tomcat once again.

10. Verify your configuration.

Concerning UNIX, the only difference between platforms is uihandlers.xml location. The same approach may be implemented via the customhandlers.xml file, which may be more suitable in some cases.

Keep in mind that the Search Root is configured through the LDAP Data Sources and LDAP Settings tab. My solution should locate all desired USER objects below this search root, if Search sub-containers is set to SUB.


Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2012 Novell