aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_ksu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-30 14:32:48 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-30 14:32:48 +0000
commit9baa2c98cfdb601136bf658e16d68c131d0cbd44 (patch)
treea7dae7efb88fcf1c9caa2a2b8c9bffda041e9c27 /lib/libpam/modules/pam_ksu
parent4e71fd98eed87e87d1088fa92417dd91527c83bb (diff)
downloadsrc-9baa2c98cfdb601136bf658e16d68c131d0cbd44.tar.gz
src-9baa2c98cfdb601136bf658e16d68c131d0cbd44.zip
mdoc(7) police: tidy up the markup.
Notes
Notes: svn path=/head/; revision=97606
Diffstat (limited to 'lib/libpam/modules/pam_ksu')
-rw-r--r--lib/libpam/modules/pam_ksu/pam_ksu.821
1 files changed, 15 insertions, 6 deletions
diff --git a/lib/libpam/modules/pam_ksu/pam_ksu.8 b/lib/libpam/modules/pam_ksu/pam_ksu.8
index 2923ce0c3a87..fb751d7cc2e0 100644
--- a/lib/libpam/modules/pam_ksu/pam_ksu.8
+++ b/lib/libpam/modules/pam_ksu/pam_ksu.8
@@ -65,17 +65,26 @@ the identity of a user
.Pq Fn pam_sm_authenticate ,
and determine whether or not the user is authorized to obtain the
privileges of the target account.
-If the target account is `root', then the Kerberos 5 principal used
-for authentication and authorization will be the `root' instance of
-the current user, e.g. `user/root@REAL.M'.
+If the target account is
+.Dq root ,
+then the Kerberos 5 principal used
+for authentication and authorization will be the
+.Dq root
+instance of
+the current user, e.g.\&
+.Dq Li user/root@REAL.M .
Otherwise, the principal will simply be the current user's default
-principal, e.g. `user@REAL.M'.
+principal, e.g.\&
+.Dq Li user@REAL.M .
.Pp
-The user is prompted for a password if necessary. Authorization is performed
+The user is prompted for a password if necessary.
+Authorization is performed
by comparing the Kerberos 5 principal with those listed in the
.Pa .k5login
file in the target account's home directory
-.Pq e.g. /root/.k5login for root .
+(e.g.\&
+.Pa /root/.k5login
+for root).
.Pp
The following options may be passed to the authentication module:
.Bl -tag -width ".Cm use_first_pass"