Example; Enable-Aim-Presence - Red Hat DIRECTORY SERVER 7.1 - GATEWAY CUSTOMIZATION Manual

Gateway customization guide
Table of Contents

Advertisement

Example

dirmgr "cn=Directory Manager, o=example.com"
For information on the root DN and on setting permissions for the directory, see the Red
Hat Directory Server Administrator's Guide.

enable-aim-presence

Specifies the AIM® presence (online or offline) of a user by displaying or hiding the AIM
icon in the Directory Server Gateway UI. If
the user being displayed is logged into the AIM service, the AIM icon show ups in the UI
when the full entry for a user is being displayed.
By default, the AIM icon won't show up for lists of users because it would have adverse
affects on search performance. To see AIM presence for lists of users (or multiple search
results), the following files will need to be modified:
config/list-People.html
config/list-NT-People.html
pbconfig/list-People.html
The block of text that needs to be modified is shown below:
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non-JavaScript-capable browsers
showAimIcon(
<!-- DS_ATTRIBUTE "attr=nsaimid" "options=quoted" -->
,
"" //<!-- DS_ATTRIBUTE "attr=nsaimstatustext" "options=quoted"
-->
);
//// Uncomment the above DS_ATTRIBUTE directive and remove the
////
//// double quotes to have aim presence in search results lists
////
The modified block of text is shown below (the
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non-JavaScript-capable browsers
showAimIcon(
<!-- DS_ATTRIBUTE "attr=nsaimid" "options=quoted" -->
enable-aim-presence
and
removed from the sixth line):
""
//
Appendix A
Parameters Defined in the .conf File
enable-aim-presence
is set to
and if
true
95

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents