Table of Contents Previous Next PDF


TSAM Plus LDAP Configuration File

TSAM Plus LDAP Configuration File
The Oracle TSAM Plus LDAP configuration file is similar to the Oracle Tuxedo GAUTHSVR configuration file.
LDAP 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:
Table 3‑1 lists the LDAP configuration file keywords.
 
Weblogic Embedded LDAP Server LDAP Configuration File Example
Listing 3‑1 shows a Weblogic embedded LDAP server LDAP configuration file example.
Listing 3‑1 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
 
 

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.