#
# The StartSession module takes a list of token types to accept and a list
# of token types to reject. The special token type "default" allows one
# to define a specific behavior for unknown token types.
# Currently known raw token types are:
#	pseudo	- the "power-on" token with ID matching the terminal's serial
#		  number which is the same as its Ethernet address.
#	unknown - A token that is not recognized by the system
#	default	- any token for which there is no explicit policy.
# The default policy of the StartSession module is to accept all tokens.
#
# ZeroAdmin policy, all tokens accepted, session type is "default"
#
StartSession.m0 -t raw -a unknown -s carderror
ServerSelect.m1
StartSession.m2 -a default
