Property extension repository settings
Use this page to configure a property extension repository that is used to store attributes that cannot be stored in existing repositories. To view this console page...
- In the 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 Property extension 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
Specify the Java Naming and Directory Interface (JNDI) name of the data source that is used to access the property extension repository.
Default: jdbc/wimDS
- Database type
Timeype of database that is used for the property extension repository.
Default: DB2
- JDBC driver
Specify the Java Database Connectivity (JDBC) driver that is used to access the entry mapping repository. Values include:
- DB2
- 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 Specify the Web address for the property extension repository. Values include:
- DB2
- 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>;
jdbc:db2://<hostname>:<port>/<DB2location>
Database administrator user name User name of the database administrator that is used to access the property extension repository.
Password Password that is used to enable the database administrator to access the property extension repository.
Entity retrieval limit Maximum number of entities that the system can retrieve from the property extension repository with a single database query.
Data type: Integer Default: 200
Related tasks
Manage the realm in a federated repository configuration
Configure a property extension repository in a federated repository configuration
Reference topic