This update is applicable for Identity Gateway Integration Module (IGIM) drivers running Identity Manager 4.8 or later. The driver version will be changed to 1.0.1.0400 after the patch is applied.
This readme document consists the following sections:
Note: While configure the IDM Identity with changes Collector under Service Parameters for Username provide the credentials of the REST API user in the driver configuration.
The driver upgrade process involves updating the driver files.
Name | Package Name | Version | Build Date | Build Number |
---|---|---|---|---|
Identity Gateway Integration Module | NETQIGIMBASE | 1.1.1 | 20240719 | 154333 |
If you are installing the hotfix for the first time, run the following command:
rpm -ivh (patch-path)/linux/novell-DXMLIGIM.rpm
If you are upgrading to this hotfix, run the following command:
rpm -Uvh (patch-path)/linux/novell-DXMLIGIM.rpm
The _db.* file is created during a non-root installation of the Identity Manager engine. Absence of this file might indicate that Identity Manager is not properly installed. Reinstall Identity Manager to correctly place the file in the directory.
ROOTDIR=<non-root eDirectory location>
This will set the environmental variables to the directory where Identity Vault is installed as a non-root user.
For example, to install the IGIM driver RPM, use this command:
rpm --dbpath $ROOTDIR/rpm -Uvh --relocate=/usr=$ROOTDIR/opt/novell/eDirectory --relocate=/etc=$ROOTDIR/etc --relocate=/opt/novell/eDirectory=$ROOTDIR/opt/novell/eDirectory --relocate=/opt/novell/dirxml=$ROOTDIR/opt/novell/dirxml --relocate=/var=$ROOTDIR/var --badreloc --nodeps --replacefiles /home/user/novell-DXMLIGIM.rpm
where /opt/novell/eDirectory is the location where non-root eDirectory is installed and /home/user/ is the home directory of the non-root user.
Issue Fixed in Previous (1.0.1.0300) Release