freeradius 3 and "#" sign in configuration files
hello: for those configurations files, i noticed those "#" in front of a lot of pre-set values such as those: # psk_identity = "test" # psk_hexphrase = "036363823" does that mean those values are default values being used or they would be ignored? thanks _dave
gahn wrote: for those configurations files, i noticed those "#" in front of a lot of pre-set values such as those: # psk_identity = "test" # psk_hexphrase = "036363823" does that mean those values are default values being used or they would be ignored? Sometimes, and Always. They are comments and always get ignored; they are just examples, but sometimes the examples will show you how to explicitly set the default value. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
thanks brian! On Friday, February 12, 2016 12:45 PM, Brian Julin <BJulin@clarku.edu> wrote: gahn wrote: for those configurations files, i noticed those "#" in front of a lot of pre-set values such as those: # psk_identity = "test" # psk_hexphrase = "036363823" does that mean those values are default values being used or they would be ignored? Sometimes, and Always. They are comments and always get ignored; they are just examples, but sometimes the examples will show you how to explicitly set the default value. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Brian Julin -
gahn