Skip to content

Commit

Permalink
for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Nov 26, 2016
1 parent 3bef37f commit 00e2114
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/myvd.asc
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,22 @@ the "uid" attribute.
| |dnattributes |List of DN attributes to also map
|====================================================================
[[dn2attr-insert]]
Dn2Attribute
^^^^^^^^^^^^
This insert will map an attribute storing a DN to an attribute value on the referenced object. For instance
this insert could map the uniqueMember DN to the uid of the user object pointed to be the DN. This would be
useful when mapping from a groupOfUniqueNames to a posixGroups object.
[width="100%",cols="34%,33%,33%",]
|====================================================================
|Class Name |net.sourceforge.myvd.inserts.mapping.Dn2Attribute |
|Scope |Search |
|Configuration Options |newValueAttribute |The attribute that will contain the attribute values
| |sourceAttribute |The attribute to pull the DNs from
|====================================================================
[[joining-inserts]]
Joining Inserts
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 00e2114

Please sign in to comment.