summaryrefslogtreecommitdiff
path: root/usr/src/lib/pam_modules/unix_account
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/pam_modules/unix_account')
-rw-r--r--usr/src/lib/pam_modules/unix_account/unix_acct.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/pam_modules/unix_account/unix_acct.c b/usr/src/lib/pam_modules/unix_account/unix_acct.c
index 110eff6d9d..1f3712e3fd 100644
--- a/usr/src/lib/pam_modules/unix_account/unix_acct.c
+++ b/usr/src/lib/pam_modules/unix_account/unix_acct.c
@@ -21,6 +21,7 @@
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
@@ -198,7 +199,7 @@ perform_passwd_aging_check(
/*
* if (sp_lstchg == 0), the administrator has forced the
- * user to change his/her passwd
+ * user to change their passwd
*/
if (shpwd->sp_lstchg == 0)
return (PAM_NEW_AUTHTOK_REQD);