DB_REPLICATION_CONFIG table
The DB_REPLICATION_CONFIG3 table stores mapping information of the LDAP object replicated to the database table.
Column Name Description Data type I.
The unique identifier.
Numeri.
OBJECT_CLASS_NAM.
The LDAP object class name. For example, ercredential.
Character (256.
ATTRIBUTE_NAM.
The LDAP attribute name.
Character (256.
DB_TABLE_NAM.
The name of the database table which is mapped to the object class in the OBJECT_CLASS_NAME column.
Numeri.
KEY_COLUMN_NAM.
The primary key column name of the table in the DB_TABLE_NAME column.
Character (256.
REPLICATE_COLUMN_NAM.
The name of the column, which is mapped to the attribute name in the ATTRIBUTE_NAME column.
Character (256.
MULTI_VALU.
Indicates whether the attribute is multivalue attribute. Values include.
- y – multivalue attribute
- n – single-value attribute
Character (1.
UPDATE_ONL.
Indicates whether the attribute replication is only for object update. Values include.
- y – for update only
- n – for add, update, and delete
Character (1.
CASE_SENSITIV.
Indicates whether the attribute value is not case-sensitive.
- y – case sensitive
- n – not case-sensitive
Character (1.
3 Indicates the table is added in ISIM 6.0.
Parent topic: Shared access tables