krb5 commit [krb5-1.17]: Fix spelling of auth_to_local example
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/ab9d329d20d6fa22c46b847213fcb1494a71451b commit ab9d329d20d6fa22c46b847213fcb1494a71451b Author: Simo Sorce <[email protected]> Date: Thu Nov 29 16:47:48 2018 -0500 Fix spelling of auth_to_local example (cherry picked from commit 23ef16ac32554e547ac42a9cb79d9040af8de5ba) ticket: 8762 version_fixed: 1.17 doc/admin/conf_files/krb5_conf.rst | 2 +- src/man/krb5.conf.man | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst index a854ad6..7b4389f 100644 --- a/doc/admin/conf_files/krb5_conf.rst +++ b/doc/admin/conf_files/krb5_conf.rst @@ -454,7 +454,7 @@ following tags may be specified in the realm's subsection: auth_to_local = RULE:[2:$1](johndoe)s/^.*$/guest/ auth_to_local = RULE:[2:$1;$2](^.*;admin$)s/;admin$// auth_to_local = RULE:[2:$2](^.*;root)s/^.*$/root/ - auto_to_local = DEFAULT + auth_to_local = DEFAULT } would result in any principal without ``root`` or ``admin`` as the diff --git a/src/man/krb5.conf.man b/src/man/krb5.conf.man index c7f8002..05a1f4b 100644 --- a/src/man/krb5.conf.man +++ b/src/man/krb5.conf.man @@ -617,7 +617,7 @@ For example: auth_to_local = RULE:[2:$1](johndoe)s/^.*$/guest/ auth_to_local = RULE:[2:$1;$2](^.*;admin$)s/;admin$// auth_to_local = RULE:[2:$2](^.*;root)s/^.*$/root/ - auto_to_local = DEFAULT + auth_to_local = DEFAULT } .ft P .fi