#
# 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 : authorized for all groups except those specified (may be empty)
# 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
#   2012/10/09 : pda : design of a multi-view example
#

# this line say that all groups described in group.txt (staff and wheel)
# are allowed to manage example.com
example.com		ALLBUT	10	

# only wheel group may manage this one
example.org		SET	20	wheel
