The Identity Manager driver for Linux and UNIX Settings appends status elements containing message text to XDS commands as necessary to report unexpected conditions. You can view these in a trace. The driver produces the following status messages:
Error finding sambaSID object for context userDN Error finding sambaSID object searchDN
The sambaDomain object is created when Novell® Samba is configured on OES using YaST.
Error searching for uidInUse searchDN Error searching for gidInUse searchDN
Subtree to Search for Existing UIDs to Avoid Duplicate UID Assignment
Subtree to Search for Existing GIDs to Avoid Duplicate GID Assignment
Could not retrieve LUM object UnixConfigDN
The Linux/UNIX Config object is created when LUM is configured on OES using YaST.
Error finding NxSettings document
Setting set settingSetName not found
In the following code snippet, DefaultSet is the settings name:
<token-xpath expression='driverShim:getNextGIDFromXMLDoc($driverShimInstance,"DefaultSet", "gid", $searchBase)'/>
The settings name DefaultSet is defined in the following NxSettings Stylesheet object:
<?xml version="1.0" encoding="UTF-8"?>
<nxSettings>
<settings name="DefaultSet">
<setting name="uid" type="range">
<ranges last-used="601">
<range end="56500" start="600"/>
</ranges>
</setting>
<setting name="gid" type="range">
<ranges last-used="601">
<range end="56500" start="600"/>
</ranges>
</setting>
</settings>
</nxSettings>
Setting settingName not defined in setting set settingSetName
In the following code snippet, gid is the setting name:
<token-xpath expression='driverShim:getNextGIDFromXMLDoc($driverShimInstance,"DefaultSet", "gid", $searchBase)'/>
The setting name gid is defined in the following NxSettings Stylesheet object:
<?xml version="1.0" encoding="UTF-8"?>
<nxSettings>
<settings name="DefaultSet">
<setting name="uid" type="range">
<ranges last-used="601">
<range end="56500" start="600"/>
</ranges>
</setting>
<setting name="gid" type="range">
<ranges last-used="601">
<range end="56500" start="600"/>
</ranges>
</setting>
</settings>
</nxSettings>