]> git.ipfire.org Git - thirdparty/krb5.git/commit
Properly escape quotes for otp set_string example
authorBen Kaduk <kaduk@mit.edu>
Wed, 3 Aug 2016 15:23:56 +0000 (10:23 -0500)
committerTom Yu <tlyu@mit.edu>
Fri, 2 Sep 2016 18:49:38 +0000 (14:49 -0400)
commit82aac26f382da3d8c01dedf8287e8b87d6c83f2f
treedbf6c565cb74e7588eaa96555633c0a9035a9068
parentec821a4cc98a0ca421c707f2ad81d434b6556797
Properly escape quotes for otp set_string example

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
doc/admin/admin_commands/kadmin_local.rst