Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: kaduk@MIT.EDU Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 717 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.) https://github.com/krb5/krb5/commit/3e319b1f93f75a3bab86425221f2bcbf5603f3f9 Author: Ben Kaduk Commit: 3e319b1f93f75a3bab86425221f2bcbf5603f3f9 Branch: master doc/admin/admin_commands/kadmin_local.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)