fix a typo in login.defs

Change-Id: I149222d15f46b5aa9d8f61b40756576224c38ecd
This commit is contained in:
melissaml 2018-05-24 16:08:50 +08:00
parent 25fcc99e47
commit 6647254232
1 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ SYS_GID_MAX {{ sys_gid_max }}
#
# Max number of login retries if password is bad. This will most likely be
# overriden by PAM, since the default pam_unix module has it's own built
# overridden by PAM, since the default pam_unix module has it's own built
# in of 3 retries. However, this is a safe fallback in case you are using
# an authentication module that does not enforce PAM_MAXTRIES.
#
@ -203,7 +203,7 @@ LOGIN_TIMEOUT {{ login_timeout }}
# any combination of letters "frwh" (full name, room number, work
# phone, home phone). If not defined, no changes are allowed.
# For backward compatibility, "yes" = "rwh" and "no" = "frwh".
#
#
{% if chfn_restrict %}
CHFN_RESTRICT {{ chfn_restrict }}
{% endif %}