Manage enable/disable user on Redhat 389 or Oracle DSEE
Description
We need to manage user account enable disable on Redhat 389 and on Oracle DSEE. This feature is based on nsAccountLock attribute.
We have tried to provide a new class in the attached zip file, that implements the requested behaviour. It's based on the example class org.connid.bundles.ldap.commons.AttributeStatusManagement.
we patched the initial version to correctly handle the enable status after a disable action. I report you a warning that I found in the log file
12:54:27.688 WARN org.connid.bundles.ldap.schema.LdapSchemaMapping.getLdapAttribute Attribute _ENABLE_ of object class _ACCOUNT_ is not mapped to an LDAP attribute
It seems that getLdapAttribute method doesn't recognize the _ENABLE_ attribute as special
We need to manage user account enable disable on Redhat 389 and on Oracle DSEE. This feature is based on nsAccountLock attribute.
We have tried to provide a new class in the attached zip file, that implements the requested behaviour. It's based on the example class org.connid.bundles.ldap.commons.AttributeStatusManagement.