hi,
<br> i installed svn,trac and i want to access through browse with pam
<br> authentication so i installed pam modules added to <b>httpd.conf
</b><br> <p>LoadModule auth_pam_module   /usr/lib/httpd/modules/mod_auth_pam.so
<br> LoadModule auth_sys_group_module /usr/lib/httpd/modules/
<br> mod_auth_sys_group.so
<br> </p><p>and in <b>/etc/pam.d/httpd </b><br></p><p>##%PAM-1.0<br>auth       required     /lib/security/pam_unix.so<br>account    required     /lib/security/pam_unix.so<br><br></p><p>and <b>trac.conf is
</b><br> <Location /svn/trac/first_pro>
<br>     SetHandler mod_python
<br>     PythonHandler trac.web.modpython_frontend
<br>     PythonOption TracEnv /svn/trac/first_pro
<br>     PythonOption TracUriRoot /svn/trac/first_pro
<br>     AuthType Basic
<br>     AuthName "trac browser"
<br>     AuthPAM_Enabled on
<br>     AllowOverride None
<br>     Require group svnaccess
<br>     Require valid-user
<br> </Location>
<br> </p><p> </p><p> </p><p>i was given full <b>permissions for trac and svn folder</b> (for testing).
<br> like
<br> drwxrwxrwx 10 root svnaccess   4096 Jul 19 17:05 first_pro
<br> (for testing) even it is not working and balu is member of svnaccess
<br> group.
</p>so when i try to browse it asking username and password after that is
<br> is giving <b>401 authorization required.</b><br>"<br>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.
<hr>
<address>Apache/2.2.3 (Red Hat) Server at 192.168.2.61 Port 80<br>"<br></address><p>in <b>/http/log/error.log
</b><br> i found
</p>[Mon Jul 20 12:00:55 2009] [error] [client 192.168.2.42] PAM: user '<a href="http://phaneendra.gb" target="_blank">phaneendra.gb</a>'  - invalid account: Permission denied<br><br>please help me.