Catch enable from ldap in keycloak SPI

Hi,
I’m trying to implement some logic at the moment when the keylock delivers enabled to the user, but I can’t figure out how to do it. How to properly configure the mapper so that it correctly processes the enabled user? or where exactly the keylock updates this field. I redefined the UserAdapter, mapped enabled to userAccountControl, but I always get False. Without a mapper it doesn’t get into my overridden UserAdapter class at all. Tell me what could be the problem?