ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] vsftpd and pam hellp!!!
@ 2006-12-17 22:24 Vasiliy
  2006-12-18  8:16 ` Alexey Morsov
  0 siblings, 1 reply; 4+ messages in thread
From: Vasiliy @ 2006-12-17 22:24 UTC (permalink / raw)
  To: ALT Linux Community

Господа я изаю AM2.4 хочу настроить ftp сервак выбрал vsftpd. Вроде всё 
настроил я имею введу vsftpd.conf насколько я понимаю больше нечего и 
ненадо. Но не тута было не пускает локальных пользователей. Пересмотрел 
кучу информации и насколько я понимаю всё дело в /etc/pam.d/vsftpd.

/etc/vsftpd/conf
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=NO
anon_mkdir_write_enable=NO
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/log/vsftpd.log
idle_session_timeout=600
data_connection_timeout=120
#nopriv_user=novsftpd
ascii_upload_enable=YES
ascii_download_enable=YES
ftpd_banner=Welcome to FTP servics
deny_email_enable=YES
banned_email_file=/etc/vsftpd/banned_emails
chroot_list_enable=YES
# (default follows)
chroot_list_file=/etc/vsftpd/chroot_list
use_localtime=YES
pam_service_name=vsftpd

А также прилогаю /etc/pam.d/vsftpd

#%PAM-1.0
auth     required    pam_userpass.so
auth     include    system-auth-use_first_pass
auth     required    pam_listfile.so item=user sense=deny 
file=/etc/ftpusers onerr=succeed
auth     required    pam_securetty.so
auth     required    pam_shells.so
auth     required    pam_nologin.so
account  include    system-auth
password required    pam_deny.so
session  include    system-auth

Люди добрые взгляните. По возможности тыкните в нужном направление. 
Перелопатил дофига всего находил определённые решения . Не пойму почему 
в описание к дистрибу нет намёка на pam или я не в ту сторону думаю. Да 
моё письмо наверное не первое.



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

* Re: [Comm] vsftpd and pam hellp!!!
  2006-12-17 22:24 [Comm] vsftpd and pam hellp!!! Vasiliy
@ 2006-12-18  8:16 ` Alexey Morsov
  2006-12-18 12:45   ` Vasiliy
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey Morsov @ 2006-12-18  8:16 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

On Mon, Dec 18, 2006 at 01:24:41AM +0300, Vasiliy wrote:

> chroot_list_enable=YES
> # (default follows)
> chroot_list_file=/etc/vsftpd/chroot_list
чруты пока уберите чтоб не мешались.

И что пишет в логах?
а еще посмотрите lftp debug 4

-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Music is over :(


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

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

* Re: [Comm] vsftpd and pam hellp!!!
  2006-12-18  8:16 ` Alexey Morsov
@ 2006-12-18 12:45   ` Vasiliy
  2006-12-18 13:50     ` Anton Gorlov
  0 siblings, 1 reply; 4+ messages in thread
From: Vasiliy @ 2006-12-18 12:45 UTC (permalink / raw)
  To: ALT Linux Community

Alexey Morsov пишет:
> On Mon, Dec 18, 2006 at 01:24:41AM +0300, Vasiliy wrote:
>
>   
>> chroot_list_enable=YES
>> # (default follows)
>> chroot_list_file=/etc/vsftpd/chroot_list
>>     
> чруты пока уберите чтоб не мешались.
>
> И что пишет в логах?
> а еще посмотрите lftp debug 4
>   
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Community mailing list
> Community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
Попробовал настроить vsftpd на другой машине с такойже ОС АМ2.4 с 
монопенисуальными настройками всё заработало.
В /etc/pam.d/vsftpd вообще не залазил.
Попробую разобраться в этом .
Если интересно могу сообщить.
Спасибо.



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

* Re: [Comm] vsftpd and pam hellp!!!
  2006-12-18 12:45   ` Vasiliy
@ 2006-12-18 13:50     ` Anton Gorlov
  0 siblings, 0 replies; 4+ messages in thread
From: Anton Gorlov @ 2006-12-18 13:50 UTC (permalink / raw)
  To: ALT Linux Community

Vasiliy пишет:

> Попробовал настроить vsftpd на другой машине с такойже ОС АМ2.4 с 
> монопенисуальными настройками всё заработало.
> В /etc/pam.d/vsftpd вообще не залазил.
> Попробую разобраться в этом .
> Если интересно могу сообщить.
> Спасибо.
rpm -V vsftpd посомтрите..может прояснит что


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

end of thread, other threads:[~2006-12-18 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-17 22:24 [Comm] vsftpd and pam hellp!!! Vasiliy
2006-12-18  8:16 ` Alexey Morsov
2006-12-18 12:45   ` Vasiliy
2006-12-18 13:50     ` Anton Gorlov

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