Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Virtual cards for eGuide driver based on NDS2NDS driver, in a loopback mode (only one tree).
This version has been designed and tested on Windows 2000 and 2003, and Red Hat 7.3.
It has been tested with eDirectory 8.7 and DirXML 1.1a.
Trick: Generate a vcard with DirXML and update labeledUri attribute(shown in eGuide by default).
Installation
How it works
The driver is leveraging the AJC(Advanced Java Classes) in order to create and update virtual cards under:
C:\Program Files\Novell\Tomcat\webapps\eGuide\Upload\Vcards\
On Linux, this could look like:
/var/jakarta-tomcat-3.3.1a/webapps/eGuide/Upload/Vcards/
The driver will place old cards in the \old subdirectory. \old can be purged at will.
The driver will take care of ADD, MODIFY, and DELETE events. It logs some info in DSTrace.
The Driver is designed to work on the same server where eDirectory and eGuide are running.
It could be modified to work remote by modifying the paths and allowing connections.
On ADD events, the ETS updates the attribute labeledUri for the user, which is published by eGuide.This is how the vcard is automatically posted in eGuide.
Please submit any comments and feedback to mbluteau@novell.com
Thank you for evaluating this driver.