]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix spelling of auth_to_local example 873/head
authorSimo Sorce <simo@redhat.com>
Thu, 29 Nov 2018 21:47:48 +0000 (16:47 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 29 Nov 2018 21:58:36 +0000 (16:58 -0500)
ticket: 8762 (new)
tags: pullup
target_version: 1.17

doc/admin/conf_files/krb5_conf.rst
src/man/krb5.conf.man

index a854ad616745fe9ef47e28bc66ab5f7fae75eb2f..7b4389f6b8e8b856dd947d49d2a18a967ec0db82 100644 (file)
@@ -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
index c7f80021e413820d5814695c2f2ff7586e8c5361..05a1f4b466b3c1b5d5d3d4ac44bd7156f95a89dc 100644 (file)
@@ -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