<xsl:variable name="RMIServer" select="'192.168.65.100'"/>
<xsl:variable name="RMIPort" select="'1099'"/>
<xsl:variable name="UIDRule" select="'Unix UID'"/>
<xsl:variable name="IDClient" select="'NIS-SUB-A-CST'"/>
<xsl:variable name="GIDRule" select="'Unix GID'"/>
<xsl:variable name="Tracelevel" select="'9'"/>
<xsl:variable name="uid"
select="id:getNextID($RMIServer,$RMIPort,$UIDRule,$IDClient,$Tracelevel)"/>
4.2 Standalone Client
The standalone client is run as a Java process that calls the main function of the
com.novell.ncs.idsrv.IDClient Java class.
%JRE_HOME%\java -noverify -classpath %CLASSPATH%
com.novell.idm.idprovider.IDClient <parameters>
To obtain the next available ID from an ID Policy objects in the Identity Vault, the client uses the
following parameters to communicate with the driver.
Standalone ID Client Parameters
Table 4-2
Parameter
-h
-p
-o
-c
-t
-m
24
Identity Manager 3.6 ID Provider Driver Implementation Guide
Description
RMI server host address
RMI server port
ID Policy object name to retrieve
an ID from
ID Client name to identify this
client at the RMI server
Trace level
Through the trace level setting it's
possible to see specific trace
information in the DirXML ID
Servers main screen.
The trace level is a bit mask and
can be combined.
Trace values and levels:
0 = off
1 = low
2 = medium
3 = high
4 = exceptions
Remote RMI server command to
be executed at the RMI server
console
Sample
-h localhost
-p 1099
-o uniqueCN
-c Client-No1
-t 1
-m reinitialize
Need help?
Do you have a question about the IDENTITY MANAGER DRIVER FOR ID PROVIDER 3.6.1 - IMPLEMENTATION and is the answer not in the manual?
Questions and answers