8 Sep
2018
8 Sep
'18
8:58 a.m.
On Sep 8, 2018, at 12:47 AM, CS Clemson <g.sesame@gmail.com> wrote:
I want to set a binary value (a hashed value) in database or clients.conf. How can I set it? I found all examples are using ascii string.
The server takes ASCII strings as input for the shared secret. It can take binary data, but you must escape it as octal data: secret = "\000\001\002.." etc. We're looking into changing this for v4. Alan DeKok.