XYGATE User Authentication Reference Manual
XYGATE
®
User Authentication
™
(XUA) 1.85 Reference Manual
Appendix A: The UACONF File
XYPRO Technology Corporation 230 Proprietary and Confidential
A39: LDAP_PROXY_LOG
The value to this keyword specifies which OSS directory will host the proxy program’s
activity logs.
Syntax:
LDAP_PROXY_LOG <oss pathname>
Example when one LDAP Group is configured:
LDAP_PROXY_LOG /G/work/xygateua/zzldaplog
Example when multiple LDAP Groups are configured:
LDAP_PROXY_LOG /G/work/xygateua/zzldlg1
LDAP_PROXY_LOG /G/work/xygateua/zzldlg2
LDAP_PROXY_LOG /G/work/xygateua/zzldlg3
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. The value
must be unique within each LDAP Group, if multiple LDAP Groups are defined.
The default value is /G/<disc>/<xua installation subvolume/zzldaplog.
A40: LDAP_PROXY_OPTIONS
This option will allow the passing of arbitrary arguments to the ldap proxy, typically for
debugging purposes.
Syntax:
LDAP_PROXY_OPTIONS "<string>"
Example:
LDAP_PROXY_OPTIONS "-d"
A41: LDAP_PROXY_TIMEOUT
The value to this keyword will determine how many seconds XUA will wait for the
LDAP’s response to decide that LDAP is not available. Once the timeout is reached,
XUA will process the logon request depending upon the LDAP_AUTHENTICATE
value.
Syntax:
LDAP_PROXY_TIMEOUT <number>
Example:
LDAP_PROXY_TIMEOUT 30
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.