Use this page to configure an entry mapping repository that is
used to store data for managing profiles on multiple repositories.
To view this administrative console page, complete the following steps:
- In the administrative console, click Security > Secure administration,
applications, and infrastructure.
- Under User account repository, select Federated repositories from
the Available realm definitions field and click Configure.
- Under Additional properties, click Entry mapping repository.
When you finish adding or updating your federated repository configuration,
go to the Security > Secure administration, applications, and infrastructure panel
and click Apply to validate the changes.
Configuration tab
Data source name
Specifies the Java Naming and Directory Interface (JNDI) name of
the data source that is used to access the entry mapping repository.
Database type
Specifies the type of database that is used to access the entry
mapping repository.
JDBC driver
Specifies the Java Database Connectivity (JDBC) driver that is
used to access the entry mapping repository.
Values include:
- COM.ibm.db2.jdbc.app.DB2Driver
- Oracle
- oracle.jdbc.driver.OracleDriver
- Informix
- com.informix.jdbc.IfxDriver
- Microsoft SQL Server
- com.microsoft.jdbc.sqlserver.SQLServerDriver
- Derby
- org.apache.derby.jdbc.EmbeddedDriver
- com.ibm.db2.jcc.DB2Driver
- com.ibm.db2.jdbc.app.DB2Driver
Database URL
Specifies the Web address for the entry mapping repository.
Values include:
- jdbc:db2:wim
- Oracle
- jdbc:oracle:thin:@<hostname>:<port>:<dbname>
- Derby
- jdbc:derby:c:\derby\wim
- Microsoft SQL Server
- jdbc:microsoft:sqlserver://<hostname>:1433;databaseName=wim;selectmethod=cursor;
- Informix
- jdbc:informix-sqli://<hostname>:1526/wim:INFORMIXSERVER=<IFXServerName>;
Database administrator user name
Specifies the user name of the database administrator that is used
to access the entry mapping repository.
Password
Specifies the password that is used to enable the database administrator
to access the entry mapping repository.