Menu

#43 mod_auth_pam: support for specifying service-name

open
nobody
None
5
2004-11-01
2004-11-01
No

This patch adds support for specifying the pam service
name to be used by mod_auth_pam for apache.

Using this, you can specifiy (using a .htaccess file)
that directory 'a' on your server should use pam
service test-a, while directory 'a/b' should use pam
service test-b.

Sample .htaccess file:
AuthPAM_Enabled on
AuthType Basic
AuthName "Restricted B"
AuthPAM_Service "test-b"
require valid-user

Eivind

Discussion

  • Eivind Tagseth

    Eivind Tagseth - 2004-11-01

    mod_auth_pam-1.1.1-service.patch

     
  • Carter

    Carter - 2006-04-08

    Logged In: YES
    user_id=92637

    If I could vote... I'd vote for this patch :)

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     
  • Nobody/Anonymous

    ,

     

Log in to post a comment.