|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] wu-ftpd questions...
|
Hi
I did not see the previous threads on this but for your comparison
for xinetd.d this is what I have:
(on RH7.2 ):
-------------
[root@madugas xinetd.d]# cat /etc/xinetd.d/wu-ftpd
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It uses \
# normal, unencrypted usernames and passwords for authentication.
# JondZ Tue Jan 1 04:46:23 EST 2002 enabled
# JondZ Tue Jan 1 07:54:39 EST 2002 "only_from" implemented
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = no
only_from = 192.168.1.0 127.0.0.1
}
(on RH7.2, unmodified:)
-----------------------
cat /etc/xinetd.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
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = yes
}
localhost.localdomain[3]%
epike
>
> Right well
>
> If I am using proftp or wu-ftp or whatever ftp I still need to be able
> to turn the thing on.
>
> I dunno if my xinetd.d service file is correct. Does someone have one I
> can cross check to make sure its right? As I said In a pervious email I
> got the service file that I am using from a book that assumes redhat
> still has TCP wrappers. My file reads as follows...
>
> {
> disable = no
> socket_type = stream
> wait = no
> user = root
> group = tty
> server = /usr/sbin/tcpd
> }
>
>
>
>
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
>
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|