1 # PCP Client Authentication Configuration File
2 # ============================================
4 # This file contains user ID and his password for pgpool
5 # communication manager authentication.
7 # Note that users defined here do not need to be PostgreSQL
8 # users. These users are authorized ONLY for pgpool
9 # communication manager.
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.
19 # postgres:e8a48653851e28c69d0506508fb27fc5
21 # Be aware that there will be no spaces or tabs at the
22 # beginning of the line! although the above example looks
25 # Lines beginning with '#' (pound) are comments and will
26 # be ignored. Again, no spaces or tabs allowed before '#'.