krb5 commit: Fix spelling of auth_to_local example
Greg Hudson
ghudson at mit.edu
Thu Nov 29 17:19:01 EST 2018
https://github.com/krb5/krb5/commit/23ef16ac32554e547ac42a9cb79d9040af8de5ba
commit 23ef16ac32554e547ac42a9cb79d9040af8de5ba
Author: Simo Sorce <simo at redhat.com>
Date: Thu Nov 29 16:47:48 2018 -0500
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 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
More information about the cvs-krb5
mailing list