Example
<placement-rules src-dn-format="slash" dest-dn-format="ldap">
<!-- for Users coming from the subtree \Tree\novell in eDirectory
-->
<!-- place them in the same relative hierarchy under o=novell -->
<placement-rule>
<match-class class-name="User"/>
<match-path prefix="\TREE\novell"/>
<placement><copy-path-suffix/>,o=novell</placement>
</placement-rule>
<!-- for all other users and groups -->
<!-- place them in the department container under novell -->
<placement-rule>
<match-class class-name="User"/>
<match-class class-name="Group"/>
<placement>cn=<copy-name/>,ou=<copy-attr attr-name="OU"/
>,o=novell</placement>
</placement-rule>
<!-- for everything else, try to mirror the hierarchy -->
<placement-rule>
<placement><copy-path/></placement>
</placement-rule>
</placement-rules>
Allowed Content
Element
placement-rule
Attributes
Attribute
dest-dn-delims
dest-dn-format
src-dn-delims
Description
Object placement rule. Deprecated as of Identity
Manager 2.0.
Possible Values
CDATA
Custom delimiters for the dest-dn.
dot | qualified-dot | slash |
qualified-slash | ldap
Format of the src-dn.
CDATA
Custom delimiters for the src-dn.
Default Value
#IMPLIED
slash
#IMPLIED
NDS DTD 117
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?