From: Alan T. DeKok Date: Sun, 23 Jun 2024 16:06:53 +0000 (-0400) Subject: typo X-Git-Tag: release_3_2_5~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67004d4374b48ea263e2efe59c931d1041c70a9;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/raddb/clients.conf b/raddb/clients.conf index 0d5c2c36dc1..9284e3853a5 100644 --- a/raddb/clients.conf +++ b/raddb/clients.conf @@ -120,7 +120,7 @@ client localhost { # # You should create shared secrets using a method like this: # - # d if=/dev/random bs=1 count=24 | base64 + # dd if=/dev/random bs=1 count=24 | base64 # # This process will give output which takes 24 random bytes, # and converts them to 32 characters of ASCII. The output