XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
(XUA) 1.85 Reference Manual
Chapter 12. Configuring the LDAP Interface
XYPRO Technology Corporation 63 Proprietary and Confidential
$SYSTEM.ZTCPIP.HOSTS
Check that the HOSTS file exists.
> fileinfo $SYSTEM.ZTCPIP.HOSTS
HOSTS 101 2380 28JUL2006 13:05 255,255 AAAA 14 4
Check the content of the HOSTS file.
>FUP COPY $SYSTEM.ZTCPIP.HOSTS
192.168.5.52 L1002J #G4SA portname = L1002J
192.168.6.2 L1002K #G4SA portname = L1002K
192.168.6.52 L1002L #G4SA portname = L1002L
192.168.19.52 L1003S #G4SA portname = L1003S
192.168.20.2 L1003T #G4SA portname = L1003T
192.168.20.52 L1003U #G4SA portname = L1003U
127.0.0.1 localhost
In OSS check that a symbolic link to $SYSTEM.ZTCPIP.HOSTS or a duplicate of this
file exists in the /etc directory.
/etc: ls al
...
lrwxrwxrwx 1 SUPER.SUPER SUPER 24 Jul 7 2006 hosts ->
/G/system/ztcpip/hosts
...
Note: The -> in the display indicates that this is a symbolic link.
Check if the content of the HOSTS file is identical to the one in $SYSTEM.ZTCPIP
subvolume.
/etc: cat hosts
192.168.5.52 L1002J #G4SA portname = L1002J
192.168.6.2 L1002K #G4SA portname = L1002K
192.168.6.52 L1002L #G4SA portname = L1002L
192.168.19.52 L1003S #G4SA portname = L1003S
192.168.20.2 L1003T #G4SA portname = L1003T
192.168.20.52 L1003U #G4SA portname = L1003U
127.0.0.1 localhost
If the symbolic link does not exist, create one using the following command:
ln -s /G/system/ztcpip/hosts hosts
$SYSTEM.ZTCPIP.SERVICES
Check that the SERVICES file exists.
$SYSTEM ZTCPIP 23> fileinfo $SYSTEM.ZTCPIP.SERVICES
SERVICES 101 4196 18DEC2007 9:02 255,255 AAAA 14 28
In OSS check that a symbolic link to $SYSTEM.ZTCPIP.SERVICES or a duplicate of
this file exists in the /etc directory.
/etc: ls al
...
lrwxrwxrwx 1 SUPER.SUPER SUPER 24 Jul 7 2006 services ->
/G/system/ztcpip/services
...