Hi guys,
I’m facing an issue when trying to move disabled accounts to a different OU in Oracle Unified Directory (OUD) LDAP through SailPoint IdentityNow.
Current scenario:
- Source OU: ou=users,dc=company,dc=com,dc=br
- Target OU: ou=disabled,dc=company,dc=com,dc=br
- Need to move accounts when lifecycle state changes to inactive
I’ve tried Provisioning Policy with AC_NewParent (failed - not supported in OUD LDAP) using DN attribute with “Set” operation (failed - schema violation)
Error message in SailPoint events: LDAP error code 65 - Entry cannot be modified because the resulting entry would have violated the server schema
Oracle OUD documentation suggests using “moddn” operation for moving entries between OUs.
Has anyone successfully implemented this in OUD LDAP via Provisioning Policy in SailPoint IDN? What’s the best approach - BeforeProvisioning Rule with ModifyDN or another method?
Your experience and guidance would be really appreciated.
Thanks in advance.