AnonRejectPasswordsBefehl:AnonRejectPasswords
Syntax: AnonRejectePasswords [ <code class="OPTION">regex</code>]
Erklärung:
The AnonRejectPasswords directive configures a regular expression filter for passwords given for anonymous logins. If the given anonymous password matches the configured regular expression, the anonymous login is denied.
Beispiel:
# Reject all <Anonymous> logins that use "evil.org" as part of the password AnonRejectPasswords @evil\.org$
|