The Workday driver for Identity Manager can seamlessly provision users and their attributes from the Workday cloud application. The provisioning is done keeping the user identity information consistent across the Identity Vault and the Workday cloud application.
The driver version will be changed to 1.3.1.0000 after applying this patch.
This readme document consists of the following sections:
Note: In the above command /opt/novell/eDirectory is the location where non-root Identity Vault is installed, and /home/user/ is the home directory of the non-root user.
The driver upgrade process involves the following tasks:
Name | Package Name | Version | Build Date | Build Number |
---|---|---|---|---|
Workday Base | NETQWDBASE | 1.1.2 | 20240830 | 094740 |
Workday Default Configuration | NETQWDDCFG | 1.1.1 | 20241024 | 162900 |
A check mark indicates a newer version of a package in the Upgrades column.
NOTE: Designer lists all versions available for upgrade.
rpm -Uvh (patch-path)/linux/novell-DXMLWday.rpm
The _db.* file is created during a non-root installation of the Identity Manager engine. The absence of this file might indicate that Identity Manager is not installed properly. You must reinstall the 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 upgrade the Workday 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-DXMLWday.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.