head	1.1;
access;
symbols
	PG95_1_01:1.1;
locks; strict;
comment	@# @;


1.1
date	96.02.24.01.21.59;	author jolly;	state Exp;
branches;
next	;


desc
@@


1.1
log
@example of a host-based access control file
@
text
@#
# Example config file for Postgres95 host based access
#
# Lines starting with "all" apply to all databases.  Otherwise the first
# column has to match the name of the database being connected to.  Up to
# ten config lines can apply to each database.  Mask specifies bits that 
# aren't counted. After those bits are taken out, the connection address 
# must match the address in the middle column.
#
# <name>	<address>	<mask>
#
all		127.0.0.1	0.0.0.0

@
