XYGATE User Authentication Reference Manual
XYGATE
®
User Authentication
™
(XUA) 1.85 Reference Manual
Chapter 12. Configuring the LDAP Interface
XYPRO Technology Corporation 62 Proprietary and Confidential
12.3.2 Network Configuration Files that Need Checking
Make sure that the files exist in Guardian, that they are properly configured, and a
symbolic link (or copies of the files) exist in the /etc directory in the OSS space.
$SYSTEM.ZTCPIP.RESOLVH
Check that the RESOLVH file exists.
> FILEINFO $SYSTEM.ZTCPIP.RESOLVH
RESOLVH 101 3592 28JUL2005 21:07 255,255 AAAA 14 28
$SYSTEM.ZTCPIP.RESCONF
Check that the RESCONF file exists.
> fileinfo $SYSTEM.ZTCPIP.RESCONF
RESCONF 101 2222 07JUL2006 17:55 255,255 AAAA 14 28
Check the content of the RESCONF file.
>FUP COPY $SYSTEM.ZTCPIP.RESCONF
#
# Configuration for the resolver part. (used by gethostbyname ())
#
domain mycompany.com
nameserver 10.1.1.92
nameserver 10.1.1.102
In OSS check that a symbolic link to $SYSTEM.ZTCPIP.RESCONF or a duplicate of
this file exists in the /etc directory.
/etc: ls –al
...
lrwxrwxrwx 1 SUPER.SUPER SUPER 24 Jul 7 2006 resolv.conf ->
/G/system/ztcpip/resconf
...
Note: The -> in the display indicates that this is a symbolic link.
Check that the content of the RESCONF file is identical to the one in
$SYSTEM.ZTCPIP subvolume.
/etc: cat resolv.conf
#
# Configuration for the resolver part. (used by gethostbyname ())
#
domain mycompany.com
nameserver 10.1.1.92
nameserver 10.1.1.102
If the symbolic link does not exist, create one using the following command:
ln -s /G/system/ztcpip/resconf resolv.conf
This domain entry must exist.
This domain entry must exist.