Re-wrap text.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Chris Costello 2002-01-13 22:47:35 +00:00
parent e16cf3f120
commit 9f3cce6c72
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11698

View file

@ -505,12 +505,13 @@ sshd password required pam_permit.so</programlisting>
password database, NIS, LDAP and Radius.</para>
<para>FreeBSD groups all facilities for the same mechanism in
one module called <literal>pam_<replaceable>mechanism</replaceable>.so</literal> (e.g.
one module called
<literal>pam_<replaceable>mechanism</replaceable>.so</literal> (e.g.
<literal>pam_unix.so</literal>.) The original PAM
implementation, on the other hand, had separate modules for
each facility, called
<literal>pam_<replaceable>mechanism</replaceable>_<replaceable>facility</replaceable>.so</literal> (e.g.
<literal>pam_unix_auth.so</literal>.)</para>
<literal>pam_<replaceable>mechanism</replaceable>_<replaceable>facility</replaceable>.so</literal>
(e.g. <literal>pam_unix_auth.so</literal>.)</para>
</section>
<section id="pam-chains-policies">
@ -752,10 +753,10 @@ sshd password required pam_permit.so</programlisting>
<section>
<title>Breakdown of a configuration line</title>
<para>As explained in <xref linkend="pam-config-file-locations">, each line in
<filename>/etc/pam.conf</filename> consists of four or more
fields: the service name, the facility name, the control flag,
the module name, and zero or more module arguments.</para>
<para>As explained in <xref linkend="pam-config-file-locations">,
each line in <filename>/etc/pam.conf</filename> consists of four
or more fields: the service name, the facility name, the control
flag, the module name, and zero or more module arguments.</para>
<para>The service name is generally (though not always) the name
of the application the statement applies to. If you are