Init-Params - Novell IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009 Reference Manual

Dtd reference
Hide thumbs Also See for IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009:
Table of Contents

Advertisement

init-params

Used to specify initialization parameters for a DriverShim, SubscriptionShim, or PublicationShim.
Remarks
<init-params> is also included in any <output> or <input> from the driver to Identity Manager,
which instructs Identity Manager to store the contents of the enclosed <driver-state>,
state>, and <publisher-state> into the DirXML-DriverStorage attribute of the DirXML-Driver object
in eDirectory. The states are included in the <init-params> sent to the corresponding init() function
when a driver, subscriber, or publisher is started.
Example
<!-- for DriverShim.init() -->
<init-params src-dn="\MY_TREE\MyOrg\MyDriverSet\MyDriver">
<authentication-info>
<server>localhost</server>
<user>Fred</user>
<password>foobar</password>
</authentication-info>
<driver-options>
<!-- some driver defined driver options -->
</driver-options>
<driver-state>
<!-- some driver defined driver state -->
</driver-state>
</init-params>
<!-- for SubscriptionShim.init() -->
<init-params src-dn="\MY_TREE\MyOrg\MyDriverSet\MyDriver\Subscriber">
<authentication-info>
<server>localhost</server>
<user>Fred</user>
<password>foobar</password>
</authentication-info>
<driver-filter type="subscriber">
<allow-class class-name="User">
</allow-class>
<allow-class class-name="Organizational Unit">
</allow-class>
<allow-class class-name="Organizational">
</allow-class>
</driver-filter>
<subscriber-options>
<allow-attr attr-name="Telephone Number"/>
<allow-attr attr-name="CN"/>
<allow-attr attr-name="Surname"/>
<allow-attr attr-name="Given Name"/>
<allow-attr attr-name="Description"/>
<allow-attr attr-name="Title"/>
<allow-attr attr-name="Postal Address"/>
<allow-attr attr-name="GUID"/>
<allow-attr attr-name="Full Name"/>
<allow-attr attr-name="OU"/>
<allow-attr attr-name="O"/>
<subscriber-
NDS DTD
73

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009 and is the answer not in the manual?

This manual is also suitable for:

Identity manager 3.6.1

Table of Contents