>I can map userAccountControl to the UserStatus field however in AD this only stores a number. I am unsure which attribute to use.
Gluu uses `gluuStatus` attribute of its user entries to store this, so that what you should use for mapping. Note that it expects either "active" or "inactive" string values there, so I'm not sure whether direct mapping will work. I'm also not sure when exactly CR sets `gluuStatus` to active during the pull cycle, so there is a chance a simple mapping will be overridden by it in the end. I.e., if your intention is to set it to "inactive" first, as CR sets all imported accounts to "active" automatically. With custom CR scripts you should be able to override any automated behaviour, though.