Re: Hooking into account system for web auth

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/19/06, Jesse Keating <jkeating@xxxxxxxxxx> wrote:
I'm setting up a hosting proof of concept, and trac uses web authentication
for users.  Anybody got some ideas on how to tie into our account system for
this?

--
Jesse Keating
Release Engineer: Fedora



<Location /path>
  Options ExecCGI
  AuthType Basic
  AuthName "You want in?  GET A PASSWORD!"

  Auth_PG_host db1
  Auth_PG_port 5432
  Auth_PG_user apache
  Auth_PG_pwd ASKMEFORPASSWORD
  Auth_PG_database fedorausers
  Auth_PG_pwd_table person
  Auth_PG_uid_field username
  Auth_PG_pwd_field password

  Auth_PG_encrypted off

  Require user jkeating mmcgrath
# or
# Require valid-user

</Location>


[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux