查看完整版本: Question: Does pure-ftpd let anonymous users resume uploads?

ELM 2007/12/18 00:06

Question: Does pure-ftpd let anonymous users resume uploads?

Subject:         Re: Question: Does pure-ftpd let anonymous users resume uploads?

On Sat, Jun 11, 2005 at 08:15:12AM +0100, Paulo Jorge Rodrigues Góis wrote:
> I just wanted to ask you if anonymous users are allowed to resume  
> uploads on pure-ftpd.

  By defaut, no. You don't want anonymous users to add viruses to random
files.

  But you can compile pure-ftpd with:
  
  env CPPFLAGS='-DANON_CAN_RESUME' ./configure ...
  
  And anonymous users will be allowed to do so. Other meaningful defines are:
  
- ANON_CAN_CHANGE_PERMS
- ANON_CAN_DELETE
- ANON_CAN_RENAME

>

---------------------------------------------------------------------
To post a new message, e-mail: list@xxxxxxxxxxxx
To unsubscribe, e-mail: list-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: list-help@xxxxxxxxxxxx

Fred Whipple wrote:

    I *think* krb5.h moved in a recent release of RHL.  I had the same trouble
    when compiling another application; can't remember which right now.


    If you add this to your CPPFLAGS environment variable, it may help out:

    CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include" rpmbuild --rebuild....

No dice. I just checked on a 7.3 system, and krb5.h is in the same location as on the 9.0. And your suggestion didn't work either. Fails the same way.

[url]http://osdir.com/ml/network.pureftpd.user/2005-06/msg00024.html[/url]

[url]http://www.redhat.com/archives/redhat-list/2003-May/msg01846.html[/url]
页: [1]
查看完整版本: Question: Does pure-ftpd let anonymous users resume uploads?