From: Alan T. DeKok Date: Mon, 2 Oct 2023 11:41:22 +0000 (-0400) Subject: more cleanups X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087c2b8e533b29c46b65a7a6ec92d7bcd8ca4334;p=thirdparty%2Ffreeradius-server.git more cleanups --- diff --git a/doc/antora/modules/howto/pages/modules/mschap/index.adoc b/doc/antora/modules/howto/pages/modules/mschap/index.adoc index 70a8ff0fa79..f56bb46f53d 100644 --- a/doc/antora/modules/howto/pages/modules/mschap/index.adoc +++ b/doc/antora/modules/howto/pages/modules/mschap/index.adoc @@ -81,8 +81,8 @@ mschap { # initial data to send # this MUST be supplied - ntlm_auth_username = "username: %(mschap:User-Name)" - ntlm_auth_domain = "nt-domain: %{%(mschap:NT-Domain) || 'YOURDOMAIN'}" + ntlm_auth_username = "username: %mschap(User-Name)" + ntlm_auth_domain = "nt-domain: %{%mschap(NT-Domain) || 'YOURDOMAIN'}" # Or, you could try: ntlm_auth_username = "full-username: %{User-Name}" @@ -109,7 +109,7 @@ To do this, you configure the `local_cpw` string: ``` mschap { passchange { - local_cpw = "%{xlat:…} + local_cpw = "%function{…} } } ```