Filipe Lautert <[EMAIL PROTECTED]> wrote:
> Following this thread I could get auth_pam to work, but for each
> action that I take it prints the following in my apache error.log.
So, based on Marc's post the following would be a viable config (authentication 
only):

<Location /confidential>
        AuthType Basic
        require valid-user
        ## Workaround to have authn_file working
        ## but reject any login attempt for
        ## mod_auth_pam to handle it.
        AuthBasicProvider file
        AuthUserFile /dev/null
        AuthBasicAuthoritative off
        AuthPam_Enabled on
        AuthPam_FallThrough off
        ## Comment the last paragraph and
        ## uncomment the following directives,
        ## should  mod_authn_pam become
        ## available
        # AuthBasicProvider pam
        # AuthBasicAuthoritative on
</Location>


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to