
As the htpasswd validator, this password file format is very common in Apache Web Server environments.
It needs one parameter to work:
This validator is compatible with both, HTTP Basic and HTTP Digest.
Directory /secret {
    Auth Basic, Digest {
        Method htdigest {
           PasswdFile /var/passwordsweb
        }
    }
}