ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] ëÔÏ-ÎÉÂÕÄØ ÒÁÂÏÔÁÌ Ó PRO-FTPD???
@ 2001-03-05 13:59 Alexey
  2001-03-05 14:55 ` [mdk-re] Re: [mdk-re] Кто-нибудь работал с PRO-FTPD??? Maxim Savrilov
  2001-03-10 22:26 ` [mdk-re] Re: [mdk-re] " Mikhail Zabaluev
  0 siblings, 2 replies; 8+ messages in thread
From: Alexey @ 2001-03-05 13:59 UTC (permalink / raw)
  To: mandrake-russian

Люди! Не просветит кто-нибудь в чем проблема. Меня уже клинит. День бился - озарения нет.
Нужно поставить ФТП сервер на машину. 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 

Алексей
--



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-03-14  9:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [mdk-re] Re: [mdk-re] " Mikhail Zabaluev
2001-03-11 12:00   ` 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

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