The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]



Индекс форумов
Составление сообщения

Исходное сообщение
"proftpd"
Отправлено Terol, 09-Мрт-07 15:26 
подземный стук: proftpd -V + proftpd.config + `ls -la ~proftpd`
---------------------------------------------------------------------
# proftpd -V
Compile-time Settings:
  Version: 1.3.1rc2
  Platform: LINUX
  Built With:
    configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --sbindir=/usr/sbin --localstatedir=/var/run --sysconfdir=/etc/proftpd --enable-shadow --enable-autoshadow --enable-ctrls --with-modules=mod_ratio:mod_readme:mod_auth_pam:mod_tls:mod_wrap:mod_sql:mod_sql_mysql:mod_quotatab:mod_quotatab_sql:mod_quotatab_file --disable-facl --disable-auth-file --disable-ipv6 --enable-ncurses --enable-nls --with-includes=/usr/include/mysql --disable-auth-unix --build=i686-pc-linux-gnu

  CFLAGS: -Os -march=i686 -pipe -Wall
  LDFLAGS: -L$(top_srcdir)/lib
  LIBS: -lsupp -lcrypt

  Files:
    Configuration File:
      /etc/proftpd/proftpd.conf
    Pid File:
      /var/run/proftpd.pid
    Scoreboard File:
      /var/run/proftpd/proftpd.scoreboard

  Features:
    + Autoshadow support
    + Controls support
    + curses support
    - Developer support
    - DSO support
    - IPv6 support
    + Largefile support
    + NLS support
    - Lastlog support
    + NLS support
    + ncurses support
    + OpenSSL support
    - POSIX ACL support
    + Shadow file support
    + Sendfile support
    + Trace support

  Tunable Options:
    PR_TUNABLE_BUFFER_SIZE = 1024
    PR_TUNABLE_GLOBBING_MAX = 8
    PR_TUNABLE_HASH_TABLE_SIZE = 40
    PR_TUNABLE_NEW_POOL_SIZE = 512
    PR_TUNABLE_RCVBUFSZ = 87380
    PR_TUNABLE_SCOREBOARD_BUFFER_SIZE = 80
    PR_TUNABLE_SCOREBOARD_SCRUB_TIMER = 30
    PR_TUNABLE_SELECT_TIMEOUT = 30
    PR_TUNABLE_SNDBUFSZ = 16384
    PR_TUNABLE_TIMEOUTIDENT = 10
    PR_TUNABLE_TIMEOUTIDLE = 600
    PR_TUNABLE_TIMEOUTLINGER = 180
    PR_TUNABLE_TIMEOUTLOGIN = 300
    PR_TUNABLE_TIMEOUTNOXFER = 300
    PR_TUNABLE_TIMEOUTSTALLED = 3600
    PR_TUNABLE_XFER_BUFFER_SIZE = 16384
    PR_TUNABLE_XFER_SCOREBOARD_UPDATES = 10

#
---------------------------------------------------------------------

#-------------------- proftpd.conf ---------------------------#
ServerName              "mine.goldrush.ru "
ServerAdmin   support@goldrush.ru
ServerType              standalone
DefaultServer           on
ServerIdent             on
Port                    21
Umask                   022
MaxClients              10 "Sorry, the maximum number of allowed users are already connected (%m)"
MaxClientsPerHost 10  "Sorry, you may not connect more than one time. %m allowed users already conn
MaxLoginAttempts        3
AuthPAM                 off
User                    proftpd
Group                   proftpd
SyslogLevel   notice
UseReverseDNS   off
IdentLookups off
SystemLog               /var/log/proftpd/proftpd.log
TransferLog   /var/log/proftpd/proftpd-tranfer.log
ExtendedLog   /var/log/proftpd/proftpd-extended.log read,write
ExtendedLog   /var/log/proftpd/proftpd-auth.log AUTH  auth
LogFormat         default "%h %l %u %t \"%r\" %s %b"
LogFormat   auth    "%v [%P] %h %t \"%r\" %s"
LogFormat   write   "%h %l %u %t \"%r\" %s %b"
TimeoutIdle   300
TimeoutLogin            300
TimeoutNoTransfer       360
TimeoutStalled          640
DefaultTransferMode     binary
AllowForeignAddress     off


#AuthPAMAuthoritative            off


DisplayConnect /usr/local/etc/proftpd/ftp_connect.msg
DisplayLogin /usr/local/etc/proftpd/ftp_login.msg
AccessDenyMsg "ATTENTION!!! ALL CONNECTIONS LOGED"
AccessGrantMsg "Now upload/download files"
DisplayGoAway "Go Away"
PersistentPasswd        off
DefaultRoot             ~

<Directory ~ >
    AllowOverwrite  on
    <Limit Write>
        AllowAll
    </Limit>
    <Limit READ>
        AllowAll
    </Limit>
</Directory>

#< Anonymous /path/to/anonymous/users>
#   User                          proftpd
#   Group                         proftpd
#   UserAlias                     anonymous ftp
#   MaxClients                    10
#   < Limit WRITE>

#sql info
SQLAuthTypes    Plaintext
SQLAuthenticate   users
SQLConnectInfo    proftpd_mine@192.168.99.21 proftpd afqks
SQLUserInfo   users username password uid gid homedir shell
RequireValidShell       off
#SQLLogFile             /var/log/proftpd/sql.log

# config quotas
# ===========
# QuotaEngine on
# QuotaDirectoryTally on
# QuotaDisplayUnits Mb
# QuotaShowQuotas on
# SQLNamedQuery get-quota-limit SELECT "name, quota_type, per_session, limit_type, bytes_in_avail,
# SQLNamedQuery get-quota-tally SELECT "name, quota_type, bytes_in_used, bytes_out_used, bytes_xfer
# SQLNamedQuery update-quota-tally UPDATE "bytes_in_used = bytes_in_used + %{0}, bytes_out_used = b
# SQLNamedQuery insert-quota-tally INSERT "%{0}, %{1}, %{2}, %{3}, %{4}, %{5}, %{6}, %{7}" quotatal
# QuotaLimitTable sql:/get-quota-limit
# QuotaTallyTable sql:/get-quota-tally/update-quota-tally/insert-quota-tally
# QuotaLog /var/log/proftpd/quota.log

#----------------------------- end config ------------------------------#

#ls -la ~proftpd
crw-rw-rw- 1 root root 1, 3 2007-03-04 12:23 /dev/null

 

Ваше сообщение
Имя*:
EMail:
Для отправки новых сообщений в текущей нити на email укажите знак ! перед адресом, например, !user@host.ru (!! - не показывать email).
Более тонкая настройка отправки ответов производится в профиле зарегистрированного участника форума.
Заголовок*:
Сообщение*:
  Введите код, изображенный на картинке: КОД
 
При общении не допускается: неуважительное отношение к собеседнику, хамство, унизительное обращение, ненормативная лексика, переход на личности, агрессивное поведение, обесценивание собеседника, провоцирование флейма голословными и заведомо ложными заявлениями. Не отвечайте на сообщения, явно нарушающие правила - удаляются не только сами нарушения, но и все ответы на них. Лог модерирования.



Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру