X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fppp%2Fpatches%2F106-debian_stripMSdomain.patch;fp=package%2Fppp%2Fpatches%2F106-debian_stripMSdomain.patch;h=86af1ef412c6ca639b990d0144ffef1c3e1d0d78;hp=b65f52ec9d42574b86fd3b0418f997a971066b00;hb=1f78ff41f100e6dcf44527630d12eedec3c6e590;hpb=a10e3d06196996868df5b869b0800f54377234b1 diff --git a/package/ppp/patches/106-debian_stripMSdomain.patch b/package/ppp/patches/106-debian_stripMSdomain.patch index b65f52ec9d..86af1ef412 100644 --- a/package/ppp/patches/106-debian_stripMSdomain.patch +++ b/package/ppp/patches/106-debian_stripMSdomain.patch @@ -1,3 +1,16 @@ +pppd: Implement option to strip domain part from MS CHAP response + +This patch implements a new boolean option "chapms-strip-domain" which +strips the leading domain part of the username in a received MS Chap +response. + +When the option is set, all leading chars up to and including the last +backslash in the username are stripped. The option defaults to false. + +The patch originated from the Debian project. + +Signed-off-by: Jo-Philipp Wich + --- a/pppd/chap-new.c +++ b/pppd/chap-new.c @@ -58,6 +58,7 @@ int (*chap_verify_hook)(char *name, char