]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fixup deprecated detailperm config item
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 23 Oct 2019 13:35:48 +0000 (09:35 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 23 Oct 2019 13:35:48 +0000 (09:35 -0400)
doc/antora/modules/tutorials/pages/module_fail_over.adoc
doc/antora/modules/tutorials/pages/multiple_modules.adoc

index 5aa19320a34baf029f533e62f6cc2a34e33a2b5e..e2140dcfd1006f58fb3cd85a403c9e845d4adb9c 100644 (file)
@@ -32,12 +32,12 @@ The first step is to configure the server to have two instances of the
 --------------------------------------------------
 detail detail1 {
        filename = ${radacctdir}/detail1
-       detailperm = 0600
+       permissions = 0600
 }
 
 detail detail2 {
        filename = ${radacctdir}/detail2
-       detailperm = 0600
+       permissions = 0600
 }
 --------------------------------------------------
 
index 84fe31cca69b6b6869ac7d1e1abfd9e7ca3d3fd5..61c348fb1799b5e12371535f4314d78dbb4237ed 100644 (file)
@@ -24,12 +24,12 @@ for each date. The following information should be added to the
 --------------------------------------------------------------------
 detail byname {
        filename = ${radacctdir}/byname/%{%{User-Name}:-none}
-       detailperm = 0600
+       permissions = 0600
 }
 
 detail bydate {
        filename = ${radacctdir}/bydate/%Y-%m-%d
-       detailperm = 0600
+       permissions = 0600
 }
 --------------------------------------------------------------------