vine-users ML アーカイブ



[vine-users:053088] Re: proftpd user authentication by MySQL & anonymous login

  • From: votoms <votoms@xxxxxxxxxxxxxxxxxx>
  • Subject: [vine-users:053088] Re: proftpd user authentication by MySQL & anonymous login
  • Date: Fri, 23 Aug 2002 21:08:31 +0900
細井です。

On Fri, 23 Aug 2002 19:38:07 +0900
Hiroshi Satou <impreza@xxxxxxxxxxxxx> wrote:
|佐藤@山形です。
|
|On Fri, 23 Aug 2002 19:04:17 +0900
|votoms <votoms@xxxxxxxxxxxxxxxxxx> wrote:
|
|> MySQLを使った場合anonymous Loginはどうするのでしょうか?
|> 
|> データベースに登録するしかないのでしょうか?
|以下のような設定だとftpというユーザとftpというグループをデータベース
|に登録すればOKです。
|#っていうか、/usr/doc/proftpd-1.2.5/sample-configurations/mod_sql.conf
|に書いてあったんすけどね。
う〜ん...
ftpと言うGroupは既に他で使用しているのでanonyで代替してやってみたのです
がLoginできませんね...

ちなみにMySQLは
○users
userid	passwd	uid	gid	homedir	shell 
anony	anony	1	1	/anony	/sbin/nologin 

○groups
groupname	gid	members
anony		1	anonymous 
として

proftp.confは

<Anonymous ~anony>
  User                          anony
  Group                         anony
  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias                     anonymous anony

  # Limit the maximum number of anonymous logins
  MaxClients                    10

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>

</Anonymous>

としてます。

佐藤さんの環境ではanonyomus Loginは出来ますでしょうか?

-- 
ICQ <167511298>
votoms <votoms@xxxxxxxxxxxxxxxxxx>