| Summary: | Error in user-level-ppp, if password begins char "!" and CHAP auth. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Alexander <sasha> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alexander
2005-07-13 12:50:15 UTC
State Changed From-To: open->closed Just type man ppp | less +/"auth]key value" and you'll find the answer. ... | If the first character of value is an exclamation mark (``!''), | ppp treats the remainder of the string as a program that must be | executed to determine the ``authname'' and ``authkey'' values. | | If the ``!'' is doubled up (to ``!!''), it is treated as a single | literal ``!'', ... |