diff options
Diffstat (limited to 'lib/examples')
| -rw-r--r-- | lib/examples/client.conf | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/lib/examples/client.conf b/lib/examples/client.conf index edd090e..cedd259 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -1,4 +1,4 @@ -dictionary = "/usr/share/freeradius/dictionary" +dictionary = "/home/linus/usr/moonshot/share/freeradius/dictionary"  realm blocking-udp {      type = "UDP" @@ -18,8 +18,9 @@ realm blocking-tls {      cacertfile = "tests/demoCA/newcerts/01.pem"      certfile = "tests/demoCA/newcerts/02.pem"      certkeyfile = "tests/demoCA/private/c2key.pem" -    psk = "sikrit psk" -    pskid = "allan" +    #pskstr = "sikrit psk" +    pskhexstr = "deadbeef4711" +    pskid = "Client_identity"      pskex = "PSK"      server {          hostname = "localhost" | 
