From: Arran Cudbard-Bell Date: Wed, 3 Oct 2012 17:31:21 +0000 (-0500) Subject: Fix formatting X-Git-Tag: release_3_0_0_beta1~1662^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7766f9abb33f762057f8d90c95fb49175b857f0e;p=thirdparty%2Ffreeradius-server.git Fix formatting --- diff --git a/raddb/README.rst b/raddb/README.rst index 4df3cc030a1..9041726a940 100644 --- a/raddb/README.rst +++ b/raddb/README.rst @@ -199,8 +199,7 @@ If this is not done, authentication is likely to fail. If it really is impossible to do this, the following unlang inserted above the call to the pap module may be used to copy User-Password to the correct -attribute. However, this should only be seen as a temporary, not permanent, -fix. +attribute:: if (!control:Cleartext-Password && control:User-Password) { update control { @@ -208,3 +207,4 @@ fix. } } +However, this should only be seen as a temporary, not permanent, fix.