see this as ref..
for apache .2.2.3

<Location /trac/l2tp>
    SetHandler mod_python
    PythonHandler trac.web.modpython_frontend
    PythonOption TracEnv /trac/l2tp
    PythonOption TracUriRoot /trac/l2tp
    AuthType Basic
    AuthName "trac browser"
    *AuthPAM_Enabled on*  # here is ur problem i think
    AllowOverride None
    Require group svn_access
    Require valid-user
</Location>


On Mon, Jul 20, 2009 at 7:39 PM, balu phani <[email protected]> wrote:

>
> hi,
> after adding AuthBasicProvider "pam" i got bellow error.
>
> Syntax error on line 11 of /etc/httpd/conf.d/trac.conf:
> Unknown Authn provider: pam
>
> iam using apache 2.2.3 on centos.
>
> from last 4 days iam trying with different configurations
> please if u know any standard way (which is already implemented please
> let me know)
>
> i am not able to predict where problem exits
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to