auth_pgsql Directives

dbname

Syntax: <dbname>[NAME OF AUTH DATABSE]</dbname>

Sets the PostgreSQL database that the authentication tables are in to [NAME OF AUTH DATABASE].

hostaddr

Syntax: <hostaddr>[IP ADDRESS]</hostaddr>

auth_pgsql will attempt to connect to the PostgreSQL server running on [IP ADDRESS] for authentication.

port

Syntax: <port>[PORT NUMBER]</port>

auth_pgsql will use port [PORT NUMBER] when connecting to PostgreSQL.

username

Syntax: <username>[USERNAME]</username>

auth_pgsql will connect to PostgreSQL as [USERNAME].

password

Syntax: <password>[PASSWORD]</password>

auth_pgsql will use [PASSWORD] when connecting to PostgreSQL.

timeout

Syntax: <timeout>[TIMEOUT]</timeout>

A running session will be removed if inactive for [TIMEOUT] seconds.




Copyright © 2001 Katherine Buck
Hosted by SourceForge Logo