shadow.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-shadow" role="wrap">
  8. <?dbhtml filename="shadow.html"?>
  9. <sect1info condition="script">
  10. <productname>shadow</productname>
  11. <productnumber>&shadow-version;</productnumber>
  12. <address>&shadow-url;</address>
  13. </sect1info>
  14. <title>Shadow-&shadow-version;</title>
  15. <indexterm zone="ch-system-shadow">
  16. <primary sortas="a-Shadow">Shadow</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Shadow package contains programs for handling passwords in a secure
  21. way.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&shadow-ch6-sbu;</seg>
  27. <seg>&shadow-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Shadow</title>
  33. <note>
  34. <para>If you would like to enforce the use of strong passwords, refer to
  35. <ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/> for installing
  36. CrackLib prior to building Shadow. Then add
  37. <parameter>--with-libcrack</parameter> to the <command>configure</command>
  38. command below.</para>
  39. </note>
  40. <para>Disable the installation of the <command>groups</command> program
  41. and its man pages, as Coreutils provides a better version:</para>
  42. <screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in
  43. find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen>
  44. <para id="shadow-login_defs">Instead of using the default
  45. <emphasis>crypt</emphasis> method, use the more secure
  46. <emphasis>SHA-512</emphasis> method of password encryption, which also
  47. allows passwords longer than 8 characters. It is also necessary to change
  48. the obsolete <filename class="directory">/var/spool/mail</filename> location
  49. for user mailboxes that Shadow uses by default to the <filename
  50. class="directory">/var/mail</filename> location used currently:</para>
  51. <screen><userinput remap="configure">sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
  52. -e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen>
  53. <note>
  54. <para>If you chose to build Shadow with Cracklib support, run the following:</para>
  55. <screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \
  56. etc/login.defs</userinput></screen>
  57. </note>
  58. <para>Prepare Shadow for compilation:</para>
  59. <screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen>
  60. <para>Compile the package:</para>
  61. <screen><userinput remap="make">make</userinput></screen>
  62. <para>This package does not come with a test suite.</para>
  63. <para>Install the package:</para>
  64. <screen><userinput remap="install">make install</userinput></screen>
  65. <para>Move a misplaced program to its proper location:</para>
  66. <screen><userinput remap="install">mv -v /usr/bin/passwd /bin</userinput></screen>
  67. <!-- <para>Move Shadow's libraries to more appropriate locations:</para>
  68. <screen><userinput remap="install">mv -v /lib/libshadow.*a /usr/lib
  69. rm -v /lib/libshadow.so
  70. ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> -->
  71. </sect2>
  72. <sect2 id="conf-shadow" role="configuration">
  73. <title>Configuring Shadow</title>
  74. <indexterm zone="conf-shadow">
  75. <primary sortas="a-Shadow">Shadow</primary>
  76. <secondary>configuring</secondary>
  77. </indexterm>
  78. <para>This package contains utilities to add, modify, and delete users and
  79. groups; set and change their passwords; and perform other administrative
  80. tasks. For a full explanation of what <emphasis>password shadowing</emphasis>
  81. means, see the <filename>doc/HOWTO</filename> file within the unpacked
  82. source tree. If using Shadow support, keep in mind that programs which need
  83. to verify passwords (display managers, FTP programs, pop3 daemons, etc.)
  84. must be Shadow-compliant. That is, they need to be able to work with
  85. shadowed passwords.</para>
  86. <para>To enable shadowed passwords, run the following command:</para>
  87. <screen><userinput>pwconv</userinput></screen>
  88. <para>To enable shadowed group passwords, run:</para>
  89. <screen><userinput>grpconv</userinput></screen>
  90. <para>Shadow's stock configuration for the <command>useradd</command>
  91. utility has a few caveats that need some explanation. First, the default
  92. action for the <command>useradd</command> utility is to create the user and
  93. a group of the same name as the user. By default the user ID (UID) and
  94. group ID (GID) numbers will begin with 1000. This means if you don't pass
  95. parameters to <command>useradd</command>, each user will be a member of a
  96. unique group on the system. If this behaviour is undesirable, you'll need
  97. to pass the <parameter>-g</parameter> parameter to
  98. <command>useradd</command>. The default parameters are stored in the
  99. <filename>/etc/default/useradd</filename> file. You may need to modify two
  100. parameters in this file to suit your particular needs.</para>
  101. <variablelist>
  102. <title><filename>/etc/default/useradd</filename> Parameter Explanations</title>
  103. <varlistentry>
  104. <term><parameter>GROUP=1000</parameter></term>
  105. <listitem>
  106. <para>This parameter sets the beginning of the group numbers used in
  107. the /etc/group file. You can modify it to anything you desire. Note
  108. that <command>useradd</command> will never reuse a UID or GID. If the
  109. number identified in this parameter is used, it will use the next
  110. available number after this. Note also that if you don't have a group
  111. 1000 on your system the first time you use <command>useradd</command>
  112. without the <parameter>-g</parameter> parameter, you'll get a message
  113. displayed on the terminal that says:
  114. <computeroutput>useradd: unknown GID 1000</computeroutput>. You may
  115. disregard this message and group number 1000 will be used.</para>
  116. </listitem>
  117. </varlistentry>
  118. <varlistentry>
  119. <term><parameter>CREATE_MAIL_SPOOL=yes</parameter></term>
  120. <listitem>
  121. <para>This parameter causes <command>useradd</command> to create a
  122. mailbox file for the newly created user. <command>useradd</command>
  123. will make the group ownership of this file to the
  124. <systemitem class="groupname">mail</systemitem> group with 0660
  125. permissions. If you would prefer that these mailbox files are not
  126. created by <command>useradd</command>, issue the following
  127. command:</para>
  128. <screen><userinput>sed -i 's/yes/no/' /etc/default/useradd</userinput></screen>
  129. </listitem>
  130. </varlistentry>
  131. </variablelist>
  132. </sect2>
  133. <sect2 role="configuration">
  134. <title>Setting the root password</title>
  135. <para>Choose a password for user <emphasis>root</emphasis> and set it
  136. by running:</para>
  137. <screen role="nodump"><userinput>passwd root</userinput></screen>
  138. </sect2>
  139. <sect2 id="contents-shadow" role="content">
  140. <title>Contents of Shadow</title>
  141. <segmentedlist>
  142. <segtitle>Installed programs</segtitle>
  143. <segtitle>Installed directory</segtitle>
  144. <seglistitem>
  145. <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
  146. groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv,
  147. lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck,
  148. pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod,
  149. vigr (link to vipw), and vipw</seg>
  150. <seg>/etc/default</seg>
  151. </seglistitem>
  152. </segmentedlist>
  153. <variablelist>
  154. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  155. <?dbfo list-presentation="list"?>
  156. <?dbhtml list-presentation="table"?>
  157. <varlistentry id="chage">
  158. <term><command>chage</command></term>
  159. <listitem>
  160. <para>Used to change the maximum number of days between obligatory
  161. password changes</para>
  162. <indexterm zone="ch-system-shadow chage">
  163. <primary sortas="b-chage">chage</primary>
  164. </indexterm>
  165. </listitem>
  166. </varlistentry>
  167. <varlistentry id="chfn">
  168. <term><command>chfn</command></term>
  169. <listitem>
  170. <para>Used to change a user's full name and other information</para>
  171. <indexterm zone="ch-system-shadow chfn">
  172. <primary sortas="b-chfn">chfn</primary>
  173. </indexterm>
  174. </listitem>
  175. </varlistentry>
  176. <varlistentry id="chgpasswd">
  177. <term><command>chgpasswd</command></term>
  178. <listitem>
  179. <para>Used to update group passwords in batch mode</para>
  180. <indexterm zone="ch-system-shadow chgpasswd">
  181. <primary sortas="b-chgpasswd">chgpasswd</primary>
  182. </indexterm>
  183. </listitem>
  184. </varlistentry>
  185. <varlistentry id="chpasswd">
  186. <term><command>chpasswd</command></term>
  187. <listitem>
  188. <para>Used to update user passwords in batch mode</para>
  189. <indexterm zone="ch-system-shadow chpasswd">
  190. <primary sortas="b-chpasswd">chpasswd</primary>
  191. </indexterm>
  192. </listitem>
  193. </varlistentry>
  194. <varlistentry id="chsh">
  195. <term><command>chsh</command></term>
  196. <listitem>
  197. <para>Used to change a user's default login shell</para>
  198. <indexterm zone="ch-system-shadow chsh">
  199. <primary sortas="b-chsh">chsh</primary>
  200. </indexterm>
  201. </listitem>
  202. </varlistentry>
  203. <varlistentry id="expiry">
  204. <term><command>expiry</command></term>
  205. <listitem>
  206. <para>Checks and enforces the current password expiration policy</para>
  207. <indexterm zone="ch-system-shadow expiry">
  208. <primary sortas="b-expiry">expiry</primary>
  209. </indexterm>
  210. </listitem>
  211. </varlistentry>
  212. <varlistentry id="faillog">
  213. <term><command>faillog</command></term>
  214. <listitem>
  215. <para>Is used to examine the log of login failures, to set a maximum
  216. number of failures before an account is blocked, or to reset the
  217. failure count</para>
  218. <indexterm zone="ch-system-shadow faillog">
  219. <primary sortas="b-faillog">faillog</primary>
  220. </indexterm>
  221. </listitem>
  222. </varlistentry>
  223. <varlistentry id="gpasswd">
  224. <term><command>gpasswd</command></term>
  225. <listitem>
  226. <para>Is used to add and delete members and administrators to
  227. groups</para>
  228. <indexterm zone="ch-system-shadow gpasswd">
  229. <primary sortas="b-gpasswd">gpasswd</primary>
  230. </indexterm>
  231. </listitem>
  232. </varlistentry>
  233. <varlistentry id="groupadd">
  234. <term><command>groupadd</command></term>
  235. <listitem>
  236. <para>Creates a group with the given name</para>
  237. <indexterm zone="ch-system-shadow groupadd">
  238. <primary sortas="b-groupadd">groupadd</primary>
  239. </indexterm>
  240. </listitem>
  241. </varlistentry>
  242. <varlistentry id="groupdel">
  243. <term><command>groupdel</command></term>
  244. <listitem>
  245. <para>Deletes the group with the given name</para>
  246. <indexterm zone="ch-system-shadow groupdel">
  247. <primary sortas="b-groupdel">groupdel</primary>
  248. </indexterm>
  249. </listitem>
  250. </varlistentry>
  251. <varlistentry id="groupmems">
  252. <term><command>groupmems</command></term>
  253. <listitem>
  254. <para>Allows a user to administer his/her own group membership list
  255. without the requirement of super user privileges.</para>
  256. <indexterm zone="ch-system-shadow groupmems">
  257. <primary sortas="b-groupmems">groupmems</primary>
  258. </indexterm>
  259. </listitem>
  260. </varlistentry>
  261. <varlistentry id="groupmod">
  262. <term><command>groupmod</command></term>
  263. <listitem>
  264. <para>Is used to modify the given group's name or GID</para>
  265. <indexterm zone="ch-system-shadow groupmod">
  266. <primary sortas="b-groupmod">groupmod</primary>
  267. </indexterm>
  268. </listitem>
  269. </varlistentry>
  270. <varlistentry id="grpck">
  271. <term><command>grpck</command></term>
  272. <listitem>
  273. <para>Verifies the integrity of the group files
  274. <filename>/etc/group</filename> and
  275. <filename>/etc/gshadow</filename></para>
  276. <indexterm zone="ch-system-shadow grpck">
  277. <primary sortas="b-grpck">grpck</primary>
  278. </indexterm>
  279. </listitem>
  280. </varlistentry>
  281. <varlistentry id="grpconv">
  282. <term><command>grpconv</command></term>
  283. <listitem>
  284. <para>Creates or updates the shadow group file from the normal
  285. group file</para>
  286. <indexterm zone="ch-system-shadow grpconv">
  287. <primary sortas="b-grpconv">grpconv</primary>
  288. </indexterm>
  289. </listitem>
  290. </varlistentry>
  291. <varlistentry id="grpunconv">
  292. <term><command>grpunconv</command></term>
  293. <listitem>
  294. <para>Updates <filename>/etc/group</filename> from
  295. <filename>/etc/gshadow</filename> and then deletes the latter</para>
  296. <indexterm zone="ch-system-shadow grpunconv">
  297. <primary sortas="b-grpunconv">grpunconv</primary>
  298. </indexterm>
  299. </listitem>
  300. </varlistentry>
  301. <varlistentry id="lastlog">
  302. <term><command>lastlog</command></term>
  303. <listitem>
  304. <para>Reports the most recent login of all users or of a
  305. given user</para>
  306. <indexterm zone="ch-system-shadow lastlog">
  307. <primary sortas="b-lastlog">lastlog</primary>
  308. </indexterm>
  309. </listitem>
  310. </varlistentry>
  311. <varlistentry id="login">
  312. <term><command>login</command></term>
  313. <listitem>
  314. <para>Is used by the system to let users sign on</para>
  315. <indexterm zone="ch-system-shadow login">
  316. <primary sortas="b-login">login</primary>
  317. </indexterm>
  318. </listitem>
  319. </varlistentry>
  320. <varlistentry id="logoutd">
  321. <term><command>logoutd</command></term>
  322. <listitem>
  323. <para>Is a daemon used to enforce restrictions on log-on time
  324. and ports</para>
  325. <indexterm zone="ch-system-shadow logoutd">
  326. <primary sortas="b-logoutd">logoutd</primary>
  327. </indexterm>
  328. </listitem>
  329. </varlistentry>
  330. <varlistentry id="newgrp">
  331. <term><command>newgrp</command></term>
  332. <listitem>
  333. <para>Is used to change the current GID during a login session</para>
  334. <indexterm zone="ch-system-shadow newgrp">
  335. <primary sortas="b-newgrp">newgrp</primary>
  336. </indexterm>
  337. </listitem>
  338. </varlistentry>
  339. <varlistentry id="newusers">
  340. <term><command>newusers</command></term>
  341. <listitem>
  342. <para>Is used to create or update an entire series of user
  343. accounts</para>
  344. <indexterm zone="ch-system-shadow newusers">
  345. <primary sortas="b-newusers">newusers</primary>
  346. </indexterm>
  347. </listitem>
  348. </varlistentry>
  349. <varlistentry id="nologin">
  350. <term><command>nologin</command></term>
  351. <listitem>
  352. <para>Displays a message that an account is not available. Designed
  353. to be used as the default shell for accounts that have been
  354. disabled</para>
  355. <indexterm zone="ch-system-shadow nologin">
  356. <primary sortas="b-nologin">nologin</primary>
  357. </indexterm>
  358. </listitem>
  359. </varlistentry>
  360. <varlistentry id="passwd">
  361. <term><command>passwd</command></term>
  362. <listitem>
  363. <para>Is used to change the password for a user or group account</para>
  364. <indexterm zone="ch-system-shadow passwd">
  365. <primary sortas="b-passwd">passwd</primary>
  366. </indexterm>
  367. </listitem>
  368. </varlistentry>
  369. <varlistentry id="pwck">
  370. <term><command>pwck</command></term>
  371. <listitem>
  372. <para>Verifies the integrity of the password files
  373. <filename>/etc/passwd</filename> and
  374. <filename>/etc/shadow</filename></para>
  375. <indexterm zone="ch-system-shadow pwck">
  376. <primary sortas="b-pwck">pwck</primary>
  377. </indexterm>
  378. </listitem>
  379. </varlistentry>
  380. <varlistentry id="pwconv">
  381. <term><command>pwconv</command></term>
  382. <listitem>
  383. <para>Creates or updates the shadow password file from the normal
  384. password file</para>
  385. <indexterm zone="ch-system-shadow pwconv">
  386. <primary sortas="b-pwconv">pwconv</primary>
  387. </indexterm>
  388. </listitem>
  389. </varlistentry>
  390. <varlistentry id="pwunconv">
  391. <term><command>pwunconv</command></term>
  392. <listitem>
  393. <para>Updates <filename>/etc/passwd</filename> from
  394. <filename>/etc/shadow</filename> and then deletes the latter</para>
  395. <indexterm zone="ch-system-shadow pwunconv">
  396. <primary sortas="b-pwunconv">pwunconv</primary>
  397. </indexterm>
  398. </listitem>
  399. </varlistentry>
  400. <varlistentry id="sg">
  401. <term><command>sg</command></term>
  402. <listitem>
  403. <para>Executes a given command while the user's GID
  404. is set to that of the given group</para>
  405. <indexterm zone="ch-system-shadow sg">
  406. <primary sortas="b-sg">sg</primary>
  407. </indexterm>
  408. </listitem>
  409. </varlistentry>
  410. <varlistentry id="su">
  411. <term><command>su</command></term>
  412. <listitem>
  413. <para>Runs a shell with substitute user and group IDs</para>
  414. <indexterm zone="ch-system-shadow su">
  415. <primary sortas="b-su">su</primary>
  416. </indexterm>
  417. </listitem>
  418. </varlistentry>
  419. <varlistentry id="useradd">
  420. <term><command>useradd</command></term>
  421. <listitem>
  422. <para>Creates a new user with the given name, or updates the default
  423. new-user information</para>
  424. <indexterm zone="ch-system-shadow useradd">
  425. <primary sortas="b-useradd">useradd</primary>
  426. </indexterm>
  427. </listitem>
  428. </varlistentry>
  429. <varlistentry id="userdel">
  430. <term><command>userdel</command></term>
  431. <listitem>
  432. <para>Deletes the given user account</para>
  433. <indexterm zone="ch-system-shadow userdel">
  434. <primary sortas="b-userdel">userdel</primary>
  435. </indexterm>
  436. </listitem>
  437. </varlistentry>
  438. <varlistentry id="usermod">
  439. <term><command>usermod</command></term>
  440. <listitem>
  441. <para>Is used to modify the given user's login name, User
  442. Identification (UID), shell, initial group, home directory, etc.</para>
  443. <indexterm zone="ch-system-shadow usermod">
  444. <primary sortas="b-usermod">usermod</primary>
  445. </indexterm>
  446. </listitem>
  447. </varlistentry>
  448. <varlistentry id="vigr">
  449. <term><command>vigr</command></term>
  450. <listitem>
  451. <para>Edits the <filename>/etc/group</filename> or
  452. <filename>/etc/gshadow</filename> files</para>
  453. <indexterm zone="ch-system-shadow vigr">
  454. <primary sortas="b-vigr">vigr</primary>
  455. </indexterm>
  456. </listitem>
  457. </varlistentry>
  458. <varlistentry id="vipw">
  459. <term><command>vipw</command></term>
  460. <listitem>
  461. <para>Edits the <filename>/etc/passwd</filename> or
  462. <filename>/etc/shadow</filename> files</para>
  463. <indexterm zone="ch-system-shadow vipw">
  464. <primary sortas="b-vipw">vipw</primary>
  465. </indexterm>
  466. </listitem>
  467. </varlistentry>
  468. </variablelist>
  469. </sect2>
  470. </sect1>