2010-02-25 01:34:39 +00:00
|
|
|
Index: auth/pam.c
|
|
|
|
===================================================================
|
|
|
|
--- auth/pam.c.orig
|
2008-05-06 22:15:06 +00:00
|
|
|
+++ auth/pam.c
|
2010-02-25 01:34:39 +00:00
|
|
|
@@ -111,7 +111,9 @@ pam_init(pw, promptp, auth)
|
|
|
|
* We set PAM_RHOST to avoid a bug in Solaris 7 and below.
|
2008-05-06 22:15:06 +00:00
|
|
|
*/
|
|
|
|
(void) pam_set_item(pamh, PAM_RUSER, user_name);
|
|
|
|
+#if 0 /* we don't care about Solaris bugs */
|
|
|
|
(void) pam_set_item(pamh, PAM_RHOST, user_host);
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/*
|
2010-02-25 01:34:39 +00:00
|
|
|
* Some versions of pam_lastlog have a bug that
|