Package: proftpd
Version: 1.3.0-25
Severity: important

Hi,

ProFTPd 1.3.0-25 seems to lack support for directives like 'HideGroup'
and restrictions using <Limit ...>. Using this config works just fine
in 1.3.0-24. The -25 revision seems to just ignore all of the options
specified. The contents of my modules.conf does not change during
upgrade.

<Anonymous ~ftp>
    User ftp
    Group ftp
    UserAlias anonymous ftp
    RequireValidShell off

    HideGroup ftp-hidden

        <Limit WRITE>
                DenyAll
        </Limit>

    <Directory stor>
        Umask 022 022
        AllowStoreRestart on
        <Limit WRITE>
            Order allow,deny
                        Allow from 172.16.0.150
            DenyAll
        </Limit>
        <Limit READ>
            AllowAll
        </Limit>
    </Directory>
</Anonymous>

-- 
| To be intoxicated is to feel sophisticated but not be able to say it.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to