LDAPMoveValve
Valve for moving entries in an LDAP Directory.
Valve operates on the Current Item Set and will process all Items surviving the common item filtering rules.
Note: Entries can only be moved within the same directory.
Note: Entry renaming is not supported by all directories.
Properties
Example Configuration
{
"name": "LDAPMoveValve",
"config": {
"connection_ref":"b0f2ddff-9585-47c5-9286-2bee2b731197",
"dest":"ou=Test,dc=example,dc=com",
"rdn":"uid=user1"
}
}
Requirements
Item set must have at least one entry.