krb5 commit: Document comments in krb5.conf
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/80a4d553d54f09d7467f090a92964236a7a7d44b commit 80a4d553d54f09d7467f090a92964236a7a7d44b Author: Greg Hudson <[email protected]> Date: Fri Mar 30 16:54:44 2018 -0400 Document comments in krb5.conf ticket: 8660 (new) tags: pullup target_version: 1.16-next doc/admin/conf_files/krb5_conf.rst | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst index 8cfe5f4..2574e5c 100644 --- a/doc/admin/conf_files/krb5_conf.rst +++ b/doc/admin/conf_files/krb5_conf.rst @@ -21,8 +21,10 @@ Structure --------- The krb5.conf file is set up in the style of a Windows INI file. -Sections are headed by the section name, in square brackets. Each -section may contain zero or more relations, of the form:: +Lines beginning with '#' or ';' (possibly after initial whitespace) +are ignored as comments. Sections are headed by the section name, in +square brackets. Each section may contain zero or more relations, of +the form:: foo = bar