hi everyone

I'd like to ask about mod_authnz_pam. I've trying to test a very simple config, like here:

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

    <RequireAny>
      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
...


This should be simple and should work, right?
many thanks, L.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to