Bug 24206

Summary: [PATCH] bug in isdnd config file scanner (breaks the ppp-expect-password option)
Product: Base System Reporter: tmoestl <tmoestl>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description tmoestl 2001-01-09 22:20:01 UTC
A small bug in the config file scanner breaks the ppp-expect-password
option (it is interpreted like the ppp-expect-name option).

Fix: Apply the following patch (if it gets mangled, it is also available
at http://www.tu-bs.de/~y0015675/isdnd.diff).
How-To-Repeat: E.g., give the following options:
	ppp-expect-auth = pap
	ppp-expect-name = foo
	ppp-expect-password = bar
in your isdnd.rc. isdnd will complain about a missing password.
Comment 1 dwmalone freebsd_committer freebsd_triage 2001-01-12 16:32:56 UTC
State Changed
From-To: open->closed

Closed at submitters request as patch has been applied.
Comment 2 tmoestl 2001-01-12 17:01:12 UTC
Hi,

> >Number:         24206
> >Category:       bin
> >Synopsis:       [PATCH] bug in isdnd config file scanner (breaks the ppp-expect-password option)
> >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:   Tue Jan 09 14:20:01 PST 2001
> >Closed-Date:
> >Last-Modified:
> >Originator:     Thomas Moestl
Could this PR please be closed? The patch has been committed to -current
and does not apply to stable.

	- thomas