Configuration item "hashsize" is deprecated
authorJulien Cristau <jcristau@debian.org>
Mon, 26 Feb 2018 20:33:55 +0000 (21:33 +0100)
committerJulien Cristau <jcristau@debian.org>
Mon, 26 Feb 2018 20:33:55 +0000 (21:33 +0100)
modules/roles/files/rtc/freeradius-mod-passwd-rtc

index f70ae3f..8c6ffc9 100644 (file)
@@ -1,7 +1,7 @@
 passwd rtc_users {
        filename = /var/local/rtc-passwords.freerad
        format = "*User-Name:Digest-HA1:"
-       hashsize = 1000
+       hash_size = 1000
        ignore_nislike = no
        allow_multiple_keys = no
 }