From 89682743cefef460c0badb043f55dd726915072e Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Wed, 25 Dec 2013 14:15:38 +0400 Subject: [PATCH] expand manpage --- pam_pcsc_cr.8 | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/pam_pcsc_cr.8 b/pam_pcsc_cr.8 index 431e2a2..8af304d 100644 --- a/pam_pcsc_cr.8 +++ b/pam_pcsc_cr.8 @@ -58,7 +58,35 @@ string for the password. crypto-token is supported, and the only option is .B ykneo:slot=[1|2]. .PP - +.SH "MODULE TYPES PROVIDED" +.PP +All module types (\fBaccount\fR, +\fBauth\fR, +\fBpassword\fR +and +\fBsession\fR) are provided, but only \fBauth\fR is not a stub\&. +.SH "RETURN VALUES" +.PP +PAM_SUCCESS on successful authentication, error indication otherwise. +.RE +.SH "EXAMPLES" +.PP +An example usage for +/etc/pam\&.d/login +would be: +.sp +.if n \{\ +.RS 4 +.\} +.nf +# Authenticate the user +auth required pam_pcsc_cr\&.so injectauth + +.fi +.if n \{\ +.RE +.\} +.sp .SH COPYRIGHT 2013 Eugene G. Crosser .br -- 2.39.2