From: Paul Mackerras Date: Sun, 15 Jun 2008 06:53:06 +0000 (+0000) Subject: Make pppd use blank username/password when explicitly specified X-Git-Tag: ppp-2.4.7~89 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=8f09b151a39f156131f85b7d018443d81c7e6308;hp=8f09b151a39f156131f85b7d018443d81c7e6308;p=ppp.git 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. ---