ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ftp авторизация
@ 2003-08-28  3:40 maxim
  2003-08-28  5:17 ` Nick N. Vinogradov
  0 siblings, 1 reply; 2+ messages in thread
From: maxim @ 2003-08-28  3:40 UTC (permalink / raw)
  To: community

всем привет
есть proftpd-1.2.5-alt1-rc1 и есть следующая мысль
надо сделать авторизацию пользователей по IP адресам, и чтобы с определенного адреса пользователь заходил только в определенный каталог

подскажите пожалуйста есть ли возможность это реализовать
и если можно, подскажите как это сделать

спасибо


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

* Re: [Comm] ftp авторизация
  2003-08-28  3:40 [Comm] ftp авторизация maxim
@ 2003-08-28  5:17 ` Nick N. Vinogradov
  0 siblings, 0 replies; 2+ messages in thread
From: Nick N. Vinogradov @ 2003-08-28  5:17 UTC (permalink / raw)
  To: maxim

m> всем привет
m> есть proftpd-1.2.5-alt1-rc1 и есть следующая мысль
m> надо сделать авторизацию пользователей по IP адресам, и чтобы с определенного адреса пользователь заходил только в определенный каталог
m> подскажите пожалуйста есть ли возможность это реализовать
m> и если можно, подскажите как это сделать

Вот кусок конфига. Взгляните, может быть поможет.

<Directory /supertopsecret>
    AllowOverWrite on
    <Limit STOR RETR RMD DELE RNFR RNTO MKD CWD>
        Order allow,deny
        Allow from 192.168.11.,192.168.99.
        Deny from All
        AllowUser user1, user2
        DenyUser All
    </Limit>
</Directory>


WBR, Hash :-)




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

end of thread, other threads:[~2003-08-28  5:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28  3:40 [Comm] ftp авторизация maxim
2003-08-28  5:17 ` Nick N. Vinogradov

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