Magellan Linux

Contents of /trunk/slim/patches/slim-1.3.2-stop-setting-host-for-pam-ck-connector.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1738 - (show annotations) (download)
Mon Apr 16 16:19:05 2012 UTC (12 years ago) by niro
File size: 328 byte(s)
-new patches
1 http://bugs.gentoo.org/346037
2
3 --- app.cpp
4 +++ app.cpp
5 @@ -236,7 +236,6 @@
6 pam.start("slim");
7 pam.set_item(PAM::Authenticator::TTY, DisplayName);
8 pam.set_item(PAM::Authenticator::Requestor, "root");
9 - pam.set_item(PAM::Authenticator::Host, "localhost");
10
11 }
12 catch(PAM::Exception& e){