From: Simo Sorce Date: Thu, 29 Nov 2018 21:47:48 +0000 (-0500) Subject: Fix spelling of auth_to_local example X-Git-Tag: krb5-1.18-beta1~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ef16ac32554e547ac42a9cb79d9040af8de5ba;p=thirdparty%2Fkrb5.git Fix spelling of auth_to_local example ticket: 8762 (new) tags: pullup target_version: 1.17 --- 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