You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by lejeczek <pe...@yahoo.co.uk.INVALID> on 2019/01/06 16:16:58 UTC

[users@httpd] mod_authnz_pam

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-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org