1# PCP Client Authentication Configuration File
2# ============================================
3#
4# This file contains user ID and his password for pgpool
5# communication manager authentication.
6#
7# Note that users defined here do not need to be PostgreSQL
8# users. These users are authorized ONLY for pgpool
9# communication manager.
10#
11# File Format
12# ===========
13#
14# List one UserID and password on a single line. They must
15# be concatenated together using ':' (colon) between them.
16# No spaces or tabs are allowed anywhere in the line.
17#
18# Example:
19# postgres:e8a48653851e28c69d0506508fb27fc5
20#
21# Be aware that there will be no spaces or tabs at the
22# beginning of the line! although the above example looks
23# like so.
24#
25# Lines beginning with '#' (pound) are comments and will
26# be ignored. Again, no spaces or tabs allowed before '#'.
27
28# USERID:MD5PASSWD
29