summaryrefslogtreecommitdiff
path: root/man/passwd.1.xml
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@canonical.com>2019-03-03 23:31:24 +0100
committerBalint Reczey <balint.reczey@canonical.com>2019-03-03 23:31:24 +0100
commitb0729855e8fb744192a0395ea24673557818172c (patch)
treef2c3f13b5ba33b0b1f3627c24cd4005e0972ff86 /man/passwd.1.xml
parent589f97ade4610b98cc532c8142343d4c33694e72 (diff)
downloadshadow-b0729855e8fb744192a0395ea24673557818172c.tar.gz
New upstream version 4.6upstream/4.6
Diffstat (limited to 'man/passwd.1.xml')
-rw-r--r--man/passwd.1.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/man/passwd.1.xml b/man/passwd.1.xml
index e678448c..0e8ba328 100644
--- a/man/passwd.1.xml
+++ b/man/passwd.1.xml
@@ -88,7 +88,7 @@
<title>DESCRIPTION</title>
<para>
The <command>passwd</command> command changes passwords for user accounts.
- A normal user may only change the password for his/her own account, while
+ A normal user may only change the password for their own account, while
the superuser may change the password for any account.
<command>passwd</command> also changes the account or associated
password validity period.
@@ -97,7 +97,7 @@
<refsect2 id='password_changes'>
<title>Password Changes</title>
<para>
- The user is first prompted for his/her old password, if one is
+ The user is first prompted for their old password, if one is
present. This password is then encrypted and compared against the
stored password. The user has only one chance to enter the correct
password. The superuser is permitted to bypass this step so that
@@ -206,7 +206,7 @@
<listitem>
<para>
Immediately expire an account's password. This in effect can
- force a user to change his/her password at the user's next login.
+ force a user to change their password at the user's next login.
</para>
</listitem>
</varlistentry>
@@ -273,7 +273,7 @@
<para>
Set the minimum number of days between password changes to
<replaceable>MIN_DAYS</replaceable>. A value of zero for this field
- indicates that the user may change his/her password at any time.
+ indicates that the user may change their password at any time.
</para>
</listitem>
</varlistentry>
@@ -349,7 +349,7 @@
Set the number of days of warning before a password change is
required. The <replaceable>WARN_DAYS</replaceable> option is
the number of days prior to the password expiring that a user
- will be warned that his/her password is about to expire.
+ will be warned that their password is about to expire.
</para>
</listitem>
</varlistentry>
@@ -363,6 +363,11 @@
<replaceable>MAX_DAYS</replaceable>, the password is required
to be changed.
</para>
+ <para>
+ Passing the number <emphasis remap='I'>-1</emphasis> as
+ <replaceable>MAX_DAYS</replaceable> will remove checking a
+ password's validity.
+ </para>
</listitem>
</varlistentry>
</variablelist>