ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Mikhail Zabaluev <mookid@sigent.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: [mdk-re] Re: [mdk-re] Кто-нибудь работал с PRO-FTPD???
Date: Sat Mar 10 22:26:38 2001
Message-ID: <20010309120630.C6599@localhost.localdomain> (raw)
In-Reply-To: <E14Zsfx-0008rr-00@mail.chat.ru>; from aab2@chat.ru on Mon, Mar 05, 2001 at 02:02:50PM +0300

Hello Alexey,

On Mon, Mar 05, 2001 at 14:02 +0300, Alexey wrote:
>
> Люди! Не просветит кто-нибудь в чем проблема. Меня уже клинит. День бился - озарения нет.
> Нужно поставить ФТП сервер на машину. WUFTPD ставить принципиально не хочу хоть и соображаю в его настройках. Выбрал PROFTPD.
> Результат такой, что не получается организовать доступ обычному юзеру, только анонимусу. Обычного он пускает, говорит что текущая директория "/", и все! файлов не видать, делать ничего не дает и тд....и после нескольких ls связь рвет.
> В доках все завязано на виртуальные серверы, но мне они зачем? Без них нельзя?
> посмотрите, пожалуйста конфиг, может у меня правда что-нибудь с головой, и я что-нибудь принципиальное и элементарное упустил? 
> Конфиг такой:
> #
> ServerName			"FTP"
> ServerType			standalone
> DefaultServer			on
> DefaultRoot /
> ExtendedLog /usr/local/ftp/var/extlog
> Port				21
> 
> <Limit LOGIN>
>  DenyAll
> </Limit>
> 
> Umask				022
> MaxInstances			30
> User				nobody
> Group				nogroup
> 
> <Directory /*>
>   AllowOverwrite		on
> </Directory>
> 
> # Это анонимус в директории /home/ftp
> <Anonymous ~ftp>
>   <Limit LOGIN>
>    AllowAll
>   </Limit> 
>   User				ftp
>   Group				ftp
>   UserAlias			anonymous ftp  
>   MaxClients			15
>   DisplayLogin			welcome.msg
>   DisplayFirstChdir		.message
> 
>   # Limit WRITE everywhere in the anonymous chroot
>   <Limit WRITE>
>     DenyAll
>   </Limit>
>  <Directory upload/*>
>   <Limit READ>
>    DenyAll
>   </Limit>
> 
>   <Limit STOR>
>    AllowAll
>   </Limit>
>  </Directory>    
> </Anonymous>
> 
> #Теперь пытаюсь подпихнуть реального юзера из /home/bee2
> <Anonymous ~bee2>
>  <Limit LOGIN>
>   AllowAll
>  </Limit> 
>  AnonRequirePassword on  
>  User bee2
>  Group netra
>  DefaultChdir /
>  RequireValidShell off
>  
> <Directory *>
>   <Limit READ>
>   AllowAll
>  </Limit> 
> </Directory> 
> </Anonymous>
>  #the end 

Вход с паролем никак не должен конфигурироваться в секции
<Anonymous>...</Anonymous>

Общее решение, если вас не пугает доступ по FTP для всех пользователей
- попробуйте убрать глобальный DenyAll и добавьте директиву

DefaultRoot ~

-- 
Stay tuned,
  MhZ                                    mailto:mookid@sigent.ru
-----------
Q:	Why did the germ cross the microscope?
A:	To get to the other slide.



  parent reply	other threads:[~2001-03-10 22:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-05 13:59 [mdk-re] ëÔÏ-ÎÉÂÕÄØ ÒÁÂÏÔÁÌ Ó PRO-FTPD??? Alexey
2001-03-05 14:55 ` [mdk-re] Re: [mdk-re] Кто-нибудь работал с PRO-FTPD??? Maxim Savrilov
2001-03-10 22:27   ` [mdk-re] " Mikhail Zabaluev
2001-03-10 22:26 ` Mikhail Zabaluev [this message]
2001-03-11 12:00   ` [mdk-re] Re: [mdk-re] " Maxim Savrilov
2001-03-11 12:11   ` [mdk-re] Re: [mdk-re] ëÔÏ-ÎÉÂÕÄØ ÒÁÂÏÔÁÌ Ó PRO-FTPD??? Alexey
2001-03-11 12:20     ` Kostya Timoshenko
2001-03-14  9:07   ` Alexey Bortnikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010309120630.C6599@localhost.localdomain \
    --to=mookid@sigent.ru \
    --cc=mandrake-russian@linuxteam.iplabs.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git