The libss parser will consume paired double quotes, but within
a double-quoted region, repeated double quotes will be treated
as an escape and passed through as a single double quote.
(The new kadmin(1) parser in 1.14 that lets commands be specified
on the command line without -q does not go through the libss parser,
so standard shell methods for escaping quotes function as usual.)
(cherry picked from commit
3e319b1f93f75a3bab86425221f2bcbf5603f3f9)
ticket: 8469
version_fixed: 1.14.4
Example::
set_string host/foo.mit.edu session_enctypes aes128-cts
- set_string user@FOO.COM otp [{"type":"hotp","username":"custom"}]
+ set_string user@FOO.COM otp "[{""type"":""hotp"",""username"":""al""}]"
.. _set_string_end: