On Tue, 21 Feb 2017 08:31:13 +0100 Patrick Wildt <patr...@blueri.se> wrote: > On Tue, Feb 21, 2017 at 02:11:05PM +0900, YASUOKA Masahiko wrote: >> On Mon, 20 Feb 2017 11:38:19 +0100 >> Patrick Wildt <patr...@blueri.se> wrote: >> > when using RADIUS, the NT domains should not be stripped from the >> > username. >> >> I suppose it depends on the use-case. >> >> npppd.conf(5) mentions "strip-nt-domain" is "yes" by default and >> adding "strip-nt-domain no" in "authentication <NAME> type radius" >> section of npppd.conf should be able to change that behavior. >> >> authentication RADIUS type radius { >> strip-nt-domain no >> authentication-server { >> : (snip) > I like consistency, so this is better. While there, please adjust the > manpage, since it is wrong about strip-nt-domain's default value.
Oops. You are right. Thanks. --yasuoka