Displaying 7 results from an estimated 7 matches for "accessgrantmsg".
2005 Sep 13
1
OT: ProFTPD web browser login
...is the ProFTPD configuration file
# $Id: proftpd.conf,v 1.1 2004/02/26 17:54:30 thias Exp $
ServerName            "ProFTPD server"
ServerIdent            on "FTP Server ready."
ServerAdmin            root at localhost
ServerType            standalone
DefaultServer            on
AccessGrantMsg                    "User %u logged in."
DeferWelcome                    off
DefaultRoot                     ~ !adm
AuthPAMAuthoritative           on
IdentLookups                    off
UseReverseDNS                    off
Port                            21
Umask...
2006 Feb 21
0
OT Proftpd stopped authenication for users
...tpd.conf,v 1.1 2004/02/26 17:54:30 thias Exp $
ServerName                      "ProFTPD server"
ServerIdent                     on "FTP Server ready."
ServerAdmin                     root at localhost
ServerType                      standalone
DefaultServer                   on
AccessGrantMsg                  "User %u logged in."
DeferWelcome                    off
DefaultRoot                     ~ !adm
AuthPAMAuthoritative            off
IdentLookups                    off
UseReverseDNS                   off
Port                            21
Umask                           0...
2005 Sep 16
1
OT: Proftpd and Iptables
...gps
#DefaultChdir                    /var/ftp/pub/
RequireValidShell               off
<Limit STOR>
  AllowAll
</Limit>
<Limit WRITE>
  AllowAll
</Limit>
</Anonymous>
<Anonymous ~ftp>
User                            ftp
Group                           ftp
AccessGrantMsg                  "Anonymous login ok, restrictions apply."
UserAlias                       anonymous ftp
DefaultChdir                    /pub/
RequireValidShell               off
AnonRequirePassword             off
  <Limit LOGIN>
    AllowAll
  </Limit>
  <Limit WRITE>...
2011 Aug 13
1
can't list directories in ftp
...imit ALL SITE_CHMOD>
    AllowAll
  </Limit>
</Global>
# A basic anonymous configuration, with an upload directory
# Enable this with PROFTPD_OPTIONS=-DANONYMOUS_FTP in /etc/sysconfig/proftpd
<IfDefine ANONYMOUS_FTP>
  <Anonymous ~ftp>
    User			ftp
    Group			ftp
    AccessGrantMsg		"Anonymous login ok, restrictions apply."
    # We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias			anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients			10 "Sorry, max %m users -- try again later&qu...
2011 Aug 23
0
cant login remotely proftpd
...imit ALL SITE_CHMOD>
    AllowAll
  </Limit>
</Global>
# A basic anonymous configuration, with an upload directory
# Enable this with PROFTPD_OPTIONS=-DANONYMOUS_FTP in /etc/sysconfig/proftpd
<IfDefine ANONYMOUS_FTP>
  <Anonymous ~ftp>
    User			ftp
    Group			ftp
    AccessGrantMsg		"Anonymous login ok, restrictions apply."
    # We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias			anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients			10 "Sorry, max %m users -- try again later&qu...
2011 Aug 26
1
mysql authentication in proftpd
...;/Limit>
</Global>
# A basic anonymous configuration, with an upload directory
# Enable this with PROFTPD_OPTIONS=-DANONYMOUS_FTP in /etc/sysconfig/proftpd
<IfDefine ANONYMOUS_FTP>
  <Anonymous ~ftp>
    User                        ftp
    Group                        ftp
    AccessGrantMsg                "Anonymous login ok, restrictions apply."
    # We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias                        anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients...
2011 Aug 13
1
proftpd can't login locally
...imit ALL SITE_CHMOD>
    AllowAll
  </Limit>
</Global>
# A basic anonymous configuration, with an upload directory
# Enable this with PROFTPD_OPTIONS=-DANONYMOUS_FTP in /etc/sysconfig/proftpd
<IfDefine ANONYMOUS_FTP>
  <Anonymous ~ftp>
    User			ftp
    Group			ftp
    AccessGrantMsg		"Anonymous login ok, restrictions apply."
    # We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias			anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients			10 "Sorry, max %m users -- try again later&qu...