XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
Reference Manual
Appendix B: The UAACL File
XYPRO Technology Corporation 272 Proprietary and Confidential
B29: LDAP_LOOKUP
If the value is ON, XUA will make an inquiry to the LDAP server to look up the userid
information including the domain in the LDAP database without mapping.
Syntax:
LDAP_LOOKUP {ON | OFF}
Example:
LDAP_LOOKUP ON
If present in a UAGroup, this keyword’s value overrides the one in the UACONF file.
The default behavior is OFF.
B30: LDAP_LOOKUP_ATTRIBUTE
The value for this keyword is the attribute containing the lookup name.
Syntax:
LDAP_LOOKUP_ATTRIBUTE "<string>"
Example:
LDAP_LOOKUP_ATTRIBUTE "sn"
If present in a UAGroup, this keyword’s value overrides the one in the UACONF file.
B31: LDAP_SEARCH_USER
The value for this keyword is the user to logon to the LDAP. Refer to LDAPPASS
(page 79) in section 12.6 to configure the LDAPPASS file.
Syntax:
LDAP_SEARCH_USER "<string>"
Example:
LDAP_SEARCH_USER "uid=ldap-7,dc=mycompany,dc=com"
If present in a UAGroup, this keyword’s value overrides the one in the UACONF file.
B32: LDAP_USERS_CONTAINER
The value for this keyword is the container for the users in the LDAP database.
Syntax:
LDAP_USERS_CONTAINER "<string>"
Example:
LDAP_USERS_CONTAINER "dc=mycompany,dc=com"
If present in a UAGroup, this keyword’s value overrides the one in the UACONF file.