aman raheja wrote:

> Thank you Sir
> My output says:
> [xinetd.d]# ldd /usr/sbin/xinetd
>         libnsl.so.1 => /lib/libnsl.so.1 (0x4002d000)
>         libm.so.6 => /lib/i686/libm.so.6 (0x40044000)
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40068000)
>         libc.so.6 => /lib/i686/libc.so.6 (0x40096000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> [xinetd.d]#
>
> So I don't have libwrap configured with xinetd.

i don't believe that is necessarily true.  you are checking only for
dynamic libraries, but not static ones.

try this:
strings `which xinetd`|egrep "libwrap|hosts.allow"

on my box it returns:
hosts_allow_table
libwrap refused connection to %s from %s
%s started with libwrap options compiled in.
 libwrap
/etc/hosts.allow

which tells me that it is using libwrap.

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to