Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2001 16:28:07 -0800 (PST)
From:      "David O'Brien" <obrien@NUXI.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/32953: log-in-vain level should be setable in rc.conf
Message-ID:  <200112180028.fBI0S7F85476@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help

>Number:         32953
>Category:       bin
>Synopsis:       log-in-vain level should be setable in rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 17 16:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     David O'Brien
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD dragon.nuxi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #226: Mon Dec 10 17:53:38 PST 2001 rootk@dragon.nuxi.com:/FBSD/src/sys/i386/compile/DRAGON i386


	
>Description:
	We allow the turning off and on of log-in-vain in rc.conf as seen in
	rc.network:

		network_pass4() { 
		    echo -n 'Additional TCP options:'
			    case ${log_in_vain} in

	Therefor we should also allow the log-in-vain level to be set in
	rc.conf also.  The following shows '2' is also supported:


	Value of 1:
		"Connection attempt to TCP %s:%d from %s:%d\n",
		    dbuf, ntohs(th->th_dport), sbuf, ntohs(th->th_sport));

	Value of 2:
		"Connection attempt to TCP %s:%d from %s:%d flags:0x%x\n",
		    dbuf, ntohs(th->th_dport), sbuf, ntohs(th->th_sport), thflags);

>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112180028.fBI0S7F85476>