Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ProFTPD suddnly refusing AuthUserFile
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
tokyoahead
n00b
n00b


Joined: 27 Mar 2004
Posts: 37

PostPosted: Wed Aug 24, 2005 12:03 pm    Post subject: ProFTPD suddnly refusing AuthUserFile Reply with quote

Hi,

Since an emerge update, Proftpd would not accept the AuthUserFile directive
anymore.

On

/etc/init.d/proftpd start

I get

* Stopping proftpd ...
[ ok ]
* Starting proftpd ...
- Fatal: unknown configuration directive 'AuthUserFile' on line 69 of
'/etc/proftpd/proftpd.conf'. [ !! ]

Any Idea??

thanks

Oliver

Here is my config file:

Code:

ServerName                      "Server FTP"
ServerType                      standalone
DefaultServer                   off
ServerAdmin                     webmaster@server.com
TimeoutIdle                     600
TimeoutNoTransfer               600

<Global>
# Temporary fix to the recent DOS findings on BugTraq
DenyFilter \*.*/
#
TimesGMT                        off
RequireValidShell               off
Umask                           022
ServerIdent                     on "Welcome to Tokyo FTP"
AllowOverwrite                  on
# LsDefaultOptions: deprecated. Use ListOptions instead
# LsDefaultOptions              "-al"
ListOptions                     "-a"
DeferWelcome                    on
MaxClientsPerHost               3
MaxClients                      25
RLimitOpenFiles                 64
DefaultRoot                     ~
MaxLoginAttempts                3
Rootlogin                       off

</Global>

#Port 21 is the standard FTP port.
Port                           21

MaxInstances                    30
MaxConnectionRate               2

# Set the user and group that the server normally runs at.
User                            proftpd
Group                           proftpd

# Normally, we want files to be overwriteable.
<Directory /*>
  AllowOverwrite                on
</Directory>

<VirtualHost xxx.xxx.xxx.xxx>
Port 21
TimeoutIdle                     600
TimeoutNoTransfer               600
AuthUserFile /etc/proftpd/users/tokyo
TransferLog /var/log/httpd/users/tokyo/xfer_log
  <Anonymous /home/tokyo/ftp>
    User                          anonymous
      <Directory *>
        <Limit WRITE>
          DenyAll
        </Limit>
      </Directory>
  </Anonymous>
</VirtualHost>
Back to top
View user's profile Send private message
weird wonko
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 141

PostPosted: Thu Aug 25, 2005 12:20 pm    Post subject: Reply with quote

Add authfile to your USE flags.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum