summaryrefslogtreecommitdiff
path: root/usr/src/lib/pam_modules
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/pam_modules')
-rw-r--r--usr/src/lib/pam_modules/authtok_check/authtok_check.c2
-rw-r--r--usr/src/lib/pam_modules/krb5/krb5_setcred.c4
-rw-r--r--usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c2
-rw-r--r--usr/src/lib/pam_modules/unix_cred/unix_cred.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/pam_modules/authtok_check/authtok_check.c b/usr/src/lib/pam_modules/authtok_check/authtok_check.c
index 2334b9c9cd..ad45f66b7e 100644
--- a/usr/src/lib/pam_modules/authtok_check/authtok_check.c
+++ b/usr/src/lib/pam_modules/authtok_check/authtok_check.c
@@ -332,7 +332,7 @@ get_passwd_defaults(pam_handle_t *pamh, char *user, struct pwdefaults *p)
syslog(LOG_ERR, "%s: pam_authtok_check: The configured "
"minimum password length (PASSLENGTH=%d) is larger than "
"the number of significant characters the current "
- "encryption algorithm uses (%d). See policy.conf(4) for "
+ "encryption algorithm uses (%d). See policy.conf(5) for "
"alternative password encryption algorithms.", progname);
/* this won't lead to failure */
}
diff --git a/usr/src/lib/pam_modules/krb5/krb5_setcred.c b/usr/src/lib/pam_modules/krb5/krb5_setcred.c
index 743cda3297..5f43c0babc 100644
--- a/usr/src/lib/pam_modules/krb5/krb5_setcred.c
+++ b/usr/src/lib/pam_modules/krb5/krb5_setcred.c
@@ -568,13 +568,13 @@ error:
if (kwarn_del_warning(client_name) != 0) {
__pam_log(LOG_AUTH | LOG_NOTICE,
"PAM-KRB5 (setcred): kwarn_del_warning"
- " failed: ktkt_warnd(1M) down?");
+ " failed: ktkt_warnd(8) down?");
}
if (kwarn_add_warning(client_name, endtime) != 0) {
__pam_log(LOG_AUTH | LOG_NOTICE,
"PAM-KRB5 (setcred): kwarn_add_warning"
- " failed: ktkt_warnd(1M) down?");
+ " failed: ktkt_warnd(8) down?");
}
}
diff --git a/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c b/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c
index b437359bfe..f8e19deefa 100644
--- a/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c
+++ b/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c
@@ -331,7 +331,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
/*
* Since this is a new krb5 principal, do a pam_set_data()
- * for possible use by the acct_mgmt routine of pam_krb5(5)
+ * for possible use by the acct_mgmt routine of pam_krb5(7)
*/
if (pam_get_data(pamh, KRB5_AUTOMIGRATE_DATA,
(const void **)&olduserdata) == PAM_SUCCESS) {
diff --git a/usr/src/lib/pam_modules/unix_cred/unix_cred.c b/usr/src/lib/pam_modules/unix_cred/unix_cred.c
index fcaeecb320..036d2fc3f0 100644
--- a/usr/src/lib/pam_modules/unix_cred/unix_cred.c
+++ b/usr/src/lib/pam_modules/unix_cred/unix_cred.c
@@ -524,7 +524,7 @@ adt_done:
default:
/*
* Resource control assignment failed. Unlike
- * newtask(1m), we treat this as an error.
+ * newtask(1), we treat this as an error.
*/
if (error < 0) {
/*