]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Oct 2012 17:31:21 +0000 (12:31 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Oct 2012 17:31:21 +0000 (12:31 -0500)
raddb/README.rst

index 4df3cc030a1931fce2d778c89bc70f9eb83f4496..9041726a940c243bd79c849f977d3dcba1b3177d 100644 (file)
@@ -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.