Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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: ${uid}@example.com