| Joseph Daniel Zukiger 2004-10-29, 7:46 am |
| Anybody seen this sort of error before?
Auth_PG_grp_group_field takes one argument, the name of the group-name
field.
This is from updating to the latest non-beta mod_auth_pgsql2 with the
latest apache 2, when we try to start apache:
in httpd.conf. Here are the relevent entries:
Auth_PG_host 127.0.0.1
Auth_PG_port 5432
Auth_PG_database apache_auth
Auth_PG_user postgres
Auth_PG_pwd postgres
Auth_PG_pwd_table that_bbs
Auth_PG_uid_field uid
Auth_PG_pwd_field pw
Auth_PG_grp_table that_bbs
Auth_PG_grp_group_field rid
Auth_PG_grp_user_field uid
# Auth_PG_grp_whereclause " and rid = 'mybbs@there' "
Auth_PG_encrypted on
Auth_PG_hash_type MD5
AuthName "Enter your delicious password: "
AuthType Basic
<Limit POST GET>
require valid-user
require group mybbs@there
</Limit>
Sure would appreciate anyone who can hit us over the head with a clue
stick on this.
|