#
# hints		The hints file. Usernames here are not real usernames
#		but patterns that are matched with the username sent
#		by the terminal server.
#
#		Note that the name-value pairs that are set for each
#		entry are _NOT_ passed back to the terminal server.
#		Instead they are added to the information that has
#		been _SENT_ by the terminal server.
#
#		This extra information can be used in the users file to
#		match on. Usually this is done in the DEFAULT entries,
#		of which there can be more than one.
#
#		In addition a matching entry can transform a username
#		for authentication purposes if the "User-Name-Is-Star"
#		variable is set to yes in an entry.
#
#		The following is how most ISPs want to setup this stuff.
#
# Version:	@(#)  hints  1.00  07-Aug-1996  miquels@cistron.nl
#

P*
	User-Name-Is-Star = 1,
	Service-Type = Framed-User,
	Framed-Protocol = PPP

S*
	User-Name-Is-Star = 1,
	Service-Type = Framed-User,
	Framed-Protocol = SLIP

C*
	User-Name-Is-Star = 1,
	Service-Type = Framed-User,
	Framed-Protocol = SLIP,
	Framed-Compression = Van-Jacobson-TCP-IP

*.ppp
	User-Name-Is-Star = 1,
	Service-Type = Framed-User,
	Framed-Protocol = PPP

*.slip
	User-Name-Is-Star = 1,
	Service-Type = Framed-User,
	Framed-Protocol = SLIP

*.cslip
	User-Name-Is-Star = 1,
	Service-Type = Framed-User,
	Framed-Protocol = SLIP,
	Framed-Compression = Van-Jacobson-TCP-IP

