From 23ef16ac32554e547ac42a9cb79d9040af8de5ba Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 29 Nov 2018 16:47:48 -0500 Subject: [PATCH] Fix spelling of auth_to_local example ticket: 8762 (new) tags: pullup target_version: 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 a854ad6167..7b4389f6b8 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 c7f80021e4..05a1f4b466 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 -- 2.47.2