]> git.ozlabs.org Git - ppp.git/commit
Make pppd use blank username/password when explicitly specified
authorPaul Mackerras <paulus@samba.org>
Sun, 15 Jun 2008 06:53:06 +0000 (06:53 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 15 Jun 2008 06:53:06 +0000 (06:53 +0000)
commit8f09b151a39f156131f85b7d018443d81c7e6308
tree290681ac95c1aab2d0b4b79bfb28b2561b46a028
parent76307d910b81acb709143b2fd82e1ca724feb24c
Make pppd use blank username/password when explicitly specified

Patch from Jon Dubovsky.

Previously pppd would use its default strategies for working out a
username and password/secret to use if the user gave the empty string
to the user and/or password options.  Now we set a flag when an
explicit username is given, and don't do the default username
calculation if the flag is set.  Similarly for the password.
pppd/auth.c
pppd/options.c
pppd/pppd.h