[Proftpd-user] Needs to configure Proftp in solaris 11.2
Nilesh Date <[email protected]>
| Newsgroups | gmane.network.proftpd.user |
|---|---|
| Message-ID | <BN6PR1801MB1809444C68A43B0B351AB5F0F04C0@BN6PR1801MB1809.namprd18.prod.outlook.com> |
Hi Team,
We have received request from client to setup proftp in their solaris 11.2 server.
Currently I can /etc/proftp.conf file is present on the server but when I check package info , there is no such package with the name proftp.
Please assist.
root@sga0eccdb01p:~# ls -l /var/log/syslog*
-rw-r--r-- 1 root sys 259873 Jul 1 05:00 /var/log/syslog
-rw-r--r-- 1 root sys 686833 Jun 28 03:00 /var/log/syslog.0
-rw-r--r-- 1 root sys 767551 Jun 21 03:00 /var/log/syslog.1
-rw-r--r-- 1 root sys 788401 Jun 14 03:00 /var/log/syslog.2
-rw-r--r-- 1 root sys 809452 Jun 7 03:00 /var/log/syslog.3
-rw-r--r-- 1 root sys 778827 May 31 03:00 /var/log/syslog.4
-rw-r--r-- 1 root sys 837663 May 24 03:00 /var/log/syslog.5
-rw-r--r-- 1 root sys 858830 May 17 03:00 /var/log/syslog.6
-rw-r--r-- 1 root sys 722430 May 10 03:00 /var/log/syslog.7
root@sga0eccdb01p:~# cat /etc/release
Oracle Solaris 11.2 SPARC
Copyright (c) 1983, 2014, Oracle and/or its affiliates. All rights reserved.
Assembled 23 June 2014
root@sga0eccdb01p:~# cat /etc/proftpd.conf
ServerName "FTP server"
ServerIdent off
ServerType standalone
DefaultServer on
Port 21
Umask 027
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 30
# Set the user and group under which the server will run.
User ftp
Group ftp
# Normally, we want files to be overwriteable.
AllowOverwrite on
# Bar use of SITE CHMOD by default.
<Limit SITE_CHMOD>
DenyAll
</Limit>
# Make PAM the final authority on what gets authenticated.
AuthOrder mod_auth_pam.c* mod_auth_unix.c
# Use system libraries for user lookups.
PersistentPasswd off
# Root login must be enabled explicitly. It is not permitted by default.
# Allow it only if you know what you are doing.
#RootLogin on
DisplayConnect /etc/issue
DisplayConnect /etc/issue
root@sga0eccdb01p:~# svcs -a|grep -i ftp
disabled Apr_14 svc:/network/tftp/udp6:default
online Apr_14 svc:/network/ftp:default
Regards,
Nilesh
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
ProFTPD Users List <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html