[
https://issues.apache.org/jira/browse/DIRSTUDIO-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Alderson updated DIRSTUDIO-212:
--------------------------------------
Attachment: dirstudio-212.diff
The attached dirstudio-212.diff is a possible implementation of this feature
based on the current studio trunk.
Any ${name} specified in the modification is replaced with the value of
attribute "name" in the source entry. When a search is done the specified
attributes are retrieved. When the modification is applied to an entry the
cached copy is used. This means the specified attribute(s) will not be found
if they have not already been requested or if the entry has not yet been
cached. When an attribute is not found the ${name} is just ignored (removed).
I haven't committed this yet as it is my first change to studio - any chance
some one could check it out?
> Provide support for attribute references for LDIF construction during batch
> operations
> --------------------------------------------------------------------------------------
>
> Key: DIRSTUDIO-212
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-212
> Project: Directory Studio
> Issue Type: New Feature
> Components: studio-ldapbrowser, studio-ldifeditor
> Reporter: Ersin Er
> Attachments: dirstudio-212.diff
>
>
> The Studio allows one to specify an LDIF changetype fragment to be executed
> on all entries returned from a search operation. It would be nice to have a
> more dynamic way to specify attribute values as in the following examples:
> changetype: modify
> replace: homeDirectory
> homeDirectory: /home/${uid}
> changetype: modify
> replace: mail
> mail: ${[email protected]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.