xrandr: update to 1.5.3
[oi-userland.git] / components / database / pgpool-II / files / pcp.conf
blob7e3f6202f1be3e10d9da8098981ba8c7ace84ae2
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.
11 # File Format
12 # ===========
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.
18 # Example:
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
23 # like so.
25 # Lines beginning with '#' (pound) are comments and will
26 # be ignored. Again, no spaces or tabs allowed before '#'.
28 # USERID:MD5PASSWD