|
Table A-1 lists the Oracle TSAM 11g Release 1 (11.1.1.2) supported operating system platforms. For more information, see Oracle Tuxedo 11g Release 1 (11.1.1.2.0) Platform Data Sheets.
| Note: | Oracle TSAM 11.1.1.2 supports Oracle Tuxedo 11.1.1.2.0. |
| Note: | For Oracle TSAM 11.1.1.2 interoperability with previous Oracle TSAM releases, see “Interoperability” in the Oracle TSAM 11g Release 1 (11.1.1.2) Release Notes. |
Oracle TSAM 11g Release 1 (11.1.1.2) Manager supports the following Web Containers:
| Note: | It is recommended that you use the WebLogic Server embedded in this JDeveloper package. For an existing WebLogic server, the Oracle TopLink and Application Development Framework (ADF) components must be installed. For more information, see http://www.oracle.com/tools/toplink_adf.html. |
| Note: | JDK version 1.6.0 SR4 or higher is required on IBM AIX platforms. |
| Note: | For WLS 10.3.4 and 10.3.5, when you create a Domian, make sure you choose the Oracle JRF component. |
Oracle TSAM 11g Release 1 (11.1.1.2) Manager supports the following Database Management Systems:
The Oracle TSAM LDAP configuration file is similar to the Oracle Tuxedo GAUTHSVR configuration file.
Although the default values for the LDAP configuration file are usually sufficient, you can choose to configure it with different names. Therefore, you should be aware of the following requirements for the LDAP configuration file:
keyword=value.Table A-2 lists the LDAP configuration file keywords.
Listing A-1 shows a Weblogic embedded LDAP server LDAP configuration file example.
Host = localhost
Port = 7001
Principal = cn=Admin
Credential = aaa
UserObjectClass = person
UserBaseDN = ou=people,ou=myrealm,dc=base_domain
UserFromNameFilter = (&(uid=%u)(objectclass=person))
UserUIDAttrName = description
UserGroupAttrNames=wlsMemberOf
RetrieveUIDAndGID = true
UIDAttrValueType = UIDAndGID
UseZOSRACF=false
SSLEnabled=false
ConnectTimeout=5
|