summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-06-15 18:27:33 -0700
committerRuss Allbery <rra@stanford.edu>2014-06-16 10:57:17 -0700
commit48e4d9118468aa9077a8a04299f683b0e34e0211 (patch)
treeaf930c6121ad858763ac61c6ef8be80fcf9106f7 /docs
parentf86d663dec5e46c257ee15210faa67f2bd4fdb6d (diff)
Add stopwords and markup for spelling test of remctld.pod
Change-Id: I0849685dff2f5bc97a5315f770a83b2fd3c94f48 Reviewed-on: https://gerrit.stanford.edu/1498 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'docs')
-rw-r--r--docs/remctld.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/remctld.pod b/docs/remctld.pod
index 5c2ad57..cd46189 100644
--- a/docs/remctld.pod
+++ b/docs/remctld.pod
@@ -4,6 +4,7 @@ backend logmask NUL acl ACL princ filename gput CMU GPUT xform ANYUSER IP
IPv4 IPv6 hostname SCPRINCIPAL sysctld Heimdal MICs Ushakov Allbery
subcommands REMUSER pcre PCRE triple-DES MERCHANTABILITY username arg
SIGCONT SIGSTOP systemd IANA-registered
+unxgrp
=head1 NAME
@@ -425,8 +426,8 @@ expressions was found when B<remctld> was built.
This method is used to grant or deny access using Unix groups.
The user principal is converted to a local user name with I<krb5_aname_to_localname(3)>
and then compared to the members of B<group>.
-To allow access to the members of group B<goodguys>, use the C<unxgrp:goodguys> syntax, whereas
-to deny access to the members of group B<badguys>, use the C<deny:unxgrp:badguys> syntax.
+To allow access to the members of group C<goodguys>, use the C<unxgrp:goodguys> syntax, whereas
+to deny access to the members of group C<badguys>, use the C<deny:unxgrp:badguys> syntax.
Because of how I<krb5_aname_to_localname(3)> works, if the user principal isn't in one of
the local realms, access will be denied.