blob: 8370a485c4ff38a892b139c885de210a862152a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="pwhistory_helper">
<refmeta>
<refentrytitle>pwhistory_helper</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class="source">Linux-PAM</refmiscinfo>
<refmiscinfo class="manual">Linux-PAM Manual</refmiscinfo>
</refmeta>
<refnamediv xml:id="pwhistory_helper-name">
<refname>pwhistory_helper</refname>
<refpurpose>Helper binary that transfers password hashes from passwd or shadow to opasswd</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis xml:id="pwhistory_helper-cmdsynopsis" sepchar=" ">
<command>pwhistory_helper</command>
<arg choice="opt" rep="norepeat">
...
</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 xml:id="pwhistory_helper-description">
<title>DESCRIPTION</title>
<para>
<emphasis>pwhistory_helper</emphasis> is a helper program for the
<emphasis>pam_pwhistory</emphasis> module that transfers password hashes
from passwd or shadow file to the opasswd file and checks a password
supplied by user against the existing hashes in the opasswd file.
</para>
<para>
The purpose of the helper is to enable tighter confinement of
login and password changing services. The helper is thus called only
when SELinux is enabled on the system.
</para>
<para>
The interface of the helper - command line options, and input/output
data format are internal to the <emphasis>pam_pwhistory</emphasis>
module and it should not be called directly from applications.
</para>
</refsect1>
<refsect1 xml:id="pwhistory_helper-see_also">
<title>SEE ALSO</title>
<para>
<citerefentry>
<refentrytitle>pam_pwhistory</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>
</para>
</refsect1>
<refsect1 xml:id="pwhistory_helper-author">
<title>AUTHOR</title>
<para>
Written by Tomas Mraz based on the code originally in
<emphasis>pam_pwhistory and pam_unix</emphasis> modules.
</para>
</refsect1>
</refentry>
|