FWIW, a final implementation would optimally be a little more
complicated than this:
. It should only give access to people whose accounts are in
'approved' status (not many aren't, but still...)
. It should only give access to people who have approved access in a
particular group (e.g. 'tracusers' in this case)
so that we can use the account system to authorize users...
-- Elliot
<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>
_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list