XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
(XUA) 1.85 Reference Manual
Appendix A: The UACONF File
XYPRO Technology Corporation 231 Proprietary and Confidential
A42: LDAP_SEARCH_USER
The value of this keyword is the user to logon to the LDAP. Refer to LDAPPASS in
section 12.6, “LDAP-Related Components” to configure the LDAPPASS file.
Syntax:
LDAP_SEARCH_USER "<string>"
Example:
LDAP_SEARCH_USER "uid=ldap-7,dc=mycompany,dc=com"
UAGROUP LDAP-LOOKUP-LOGON
FROM_USER $EVERYONE
TO_USER alias:"ldap-1" alias:"tom"
LDAP_AUTHENTICATE ON
LDAP_LOOKUP ON
LDAP_LOOKUP_ATTRIBUTE "sn"
LDAP_DN_ATTRIBUTE "entrydn"
LDAP_SEARCH_USER "uid=ldap-7,dc=mycompany,dc=com"
LDAP_USERS_CONTAINER "dc=mycompany,dc=com"
LDAP_PROXY_OPTIONS "-d"
A43: LDAP_TYPE
The current release of XUA supports only Windows Active Directory or OpenLDAP but
not both simultaneously.
Syntax:
LDAP_TYPE {WINDOWS | OPENLDAP}
One of the following inputs will determine which type of LDAP is being used:
WINDOWS for Windows Active Directory
OpenLDAP for OpenLDAP
Example:
LDAP_TYPE WINDOWS
The value of this keyword created by the XUA_LDAP_INSTALL macro (page 70) can
be changed by editing the UACONF file after the macro run is completed.
A44: 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"