unix_update.8.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding='UTF-8'?>
  2. <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
  4. <refentry id="unix_update">
  5. <refmeta>
  6. <refentrytitle>unix_update</refentrytitle>
  7. <manvolnum>8</manvolnum>
  8. <refmiscinfo class="sectdesc">Linux-PAM Manual</refmiscinfo>
  9. </refmeta>
  10. <refnamediv id="unix_update-name">
  11. <refname>unix_update</refname>
  12. <refpurpose>Helper binary that updates the password of a given user</refpurpose>
  13. </refnamediv>
  14. <refsynopsisdiv>
  15. <cmdsynopsis id="unix_update-cmdsynopsis">
  16. <command>unix_update</command>
  17. <arg choice="opt">
  18. ...
  19. </arg>
  20. </cmdsynopsis>
  21. </refsynopsisdiv>
  22. <refsect1 id="unix_update-description">
  23. <title>DESCRIPTION</title>
  24. <para>
  25. <emphasis>unix_update</emphasis> is a helper program for the
  26. <emphasis>pam_unix</emphasis> module that updates the
  27. password of a given user. It is not intended to be run directly
  28. from the command line and logs a security violation if done so.
  29. </para>
  30. <para>
  31. The purpose of the helper is to enable tighter confinement of
  32. login and password changing services. The helper is thus called only
  33. when SELinux is enabled on the system.
  34. </para>
  35. <para>
  36. The interface of the helper - command line options, and input/output
  37. data format are internal to the <emphasis>pam_unix</emphasis>
  38. module and it should not be called directly from applications.
  39. </para>
  40. </refsect1>
  41. <refsect1 id='unix_update-see_also'>
  42. <title>SEE ALSO</title>
  43. <para>
  44. <citerefentry>
  45. <refentrytitle>pam_unix</refentrytitle><manvolnum>8</manvolnum>
  46. </citerefentry>
  47. </para>
  48. </refsect1>
  49. <refsect1 id='unix_update-author'>
  50. <title>AUTHOR</title>
  51. <para>
  52. Written by Tomas Mraz and other various people.
  53. </para>
  54. </refsect1>
  55. </refentry>