Hi.
I am using RH 7.1 with wu-ftp server.  My ftp server is taking too much time
for logging.  For this problem I got solution from web for removing userid
option from /etc/xinetd.d/wu-ftp.  So i removed it and tried , but still not
successful.

I also made chages in /etc/pam/pam.conf.  For every auth i replaced with
"sufficient" instead of "required".

I tried to add with entry of IP address in /etc/hosts.

I am attching configuration file with this mail.

pl. help me

unmesh


FTP file /etc/pam.d/ftp
#%PAM-1.0
auth       sufficient /lib/security/pam_listfile.so item=user sense=deny
file=/etc/ftpusers onerr=succeed
auth       sufficient /lib/security/pam_stack.so service=system-auth
auth       sufficient /lib/security/pam_shells.so
account    sufficient /lib/security/pam_stack.so service=system-auth
session    sufficient /lib/security/pam_stack.so service=system-auth


wu-ftpd file /etc/xinet.d/wu-ftpd
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It uses \
# normal, unencrypted usernames and passwords for authentication.
service ftp
{
 disable = no
 socket_type  = stream
 wait   = no
 user   = root
 server   = /usr/sbin/in.ftpd
 server_args  = -l -a -I
 log_on_success  += HOST PID
        log_on_failure  += HOST
 nice   = 10
}

***************************
xinetd.con file
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{
 instances               = 60
        log_type                = SYSLOG authpriv
        log_on_success  = HOST PID
        log_on_failure  = HOST
}

includedir /etc/xinetd.d










_______________________________________________
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to