function auth {
	description="Authentication tap ident"
	service="auth"
	use="tcp"
	port=${port:-113}
	do_service $@
}
