#
# Example file for initial netmagis database creation:
#	Domains and group permissions for these domains
#
# Use with netmagis-dbimport:
#	netmagis-dbimport domain domain.txt
#
# Format:
#	<domain> ALLBUT|SET <prio> <group> ... <group>
# ALLBUT : domain is authorized for all groups except those specified
# SET : domain is authorized for all specified groups
#
# Notes:
# - groups must already exist in database
# - domains may or may not already exist in database
#
# History
#   2002/04/19 : pda : design
#   2002/04/23 : pda : add priority
#   2011/02/25 : pda : i18n
#   2012/04/26 : pda : convert to an english based example
#

example.com		ALLBUT	10	subsid plant
plant1.example.com	SET	10	plant
plant1.example.com	SET	30	wheel tech

example.org		SET	20	mktg wheel

subsid.co.zz		SET	50	wheel tech
subsid.co.zz		SET	5	subsid
