hi everyone

I'd like to ask about mod_authnz_pam. I've trying to test a very simple config (I'm on Centos 7.6), like here:

<Location /svnpam>
    AuthType Basic
    AuthName "pam"
    AuthBasicProvider PAM
    AuthPAMService dovecot

    <RequireAny>
    #  Require method GET POST OPTIONS
      Require valid-user
    </RequireAny>
</Location>

You can see I'm trying dovecot's pam.
But this fails:

...
check pass; user unknown
password check failed for user (me)
pam_unix(dovecot:auth): authentication failure; logname= uid=48 euid=48 tty= ruser= rhost=10.3.1.21  user=me
...

I use: mod_authnz_pam-1.1.0-1.el7.x86_64 httpd-2.4.6-88.el7.centos.x86_64

This should be simple and should work, right?
many thanks, L.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to