13.1.2. Managed Users

External users that OpenIDM manages are referred to as managed users. When implemented in MySQL, OpenIDM stores managed users in the managed objects table of the repository, named managedobjects. A second MySQL table, managedobjectproperties, serves as the index table. When implemented in OrientDB, managed objects are stored in the table managed_user.

By default, the attribute names for managed user login and password are userName and password, respectively.