<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: pam_mount does not work on suse in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358888#M35252</link>
    <description>added:&lt;BR /&gt;&lt;BR /&gt;i am using SUSE desktop 10.2.</description>
    <pubDate>Sun, 15 Feb 2009 05:20:13 GMT</pubDate>
    <dc:creator>iinfi1</dc:creator>
    <dc:date>2009-02-15T05:20:13Z</dc:date>
    <item>
      <title>pam_mount does not work on suse</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358887#M35251</link>
      <description>i needed pam_mount to mount cifs shares automatically&lt;BR /&gt;&lt;BR /&gt;the codes are as below&lt;BR /&gt;&lt;BR /&gt;--------------------&lt;BR /&gt;susedesktop:~ # cat /etc/pam.d/login&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;auth     optional       pam_mount.so&lt;BR /&gt;auth     required       pam_securetty.so&lt;BR /&gt;auth     include        common-auth&lt;BR /&gt;auth     required       pam_nologin.so&lt;BR /&gt;account  include        common-account&lt;BR /&gt;password include        common-password&lt;BR /&gt;session  include        pam_mkhomedir.so&lt;BR /&gt;session  include        common-session&lt;BR /&gt;session  required       pam_lastlog.so nowtmp&lt;BR /&gt;session  required       pam_resmgr.so&lt;BR /&gt;session  optional       pam_mail.so standard&lt;BR /&gt;&lt;BR /&gt;susedesktop:~ # cat /etc/pam.d/common-auth&lt;BR /&gt;auth    required        pam_env.so&lt;BR /&gt;auth    required        pam_unix2.so&lt;BR /&gt;&lt;BR /&gt;susedesktop:~ # cat /etc/pam.d/common-session&lt;BR /&gt;#&lt;BR /&gt;# /etc/pam.d/common-session - session-related modules common to all services&lt;BR /&gt;#&lt;BR /&gt;# This file is included from other service-specific PAM config files,&lt;BR /&gt;# and should contain a list of modules that define tasks to be performed&lt;BR /&gt;# at the start and end of sessions of *any* kind (both interactive and&lt;BR /&gt;# non-interactive).  The default is pam_unix2.&lt;BR /&gt;#&lt;BR /&gt;session optional        pam_mkhomedir.so&lt;BR /&gt;session required        pam_limits.so&lt;BR /&gt;session required        pam_unix2.so&lt;BR /&gt;session optional        pam_mount.so&lt;BR /&gt;susedesktop:~ #&lt;BR /&gt;--------------------&lt;BR /&gt;&lt;BR /&gt;the moment a user logs in the /var/log/messages show:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======================&lt;BR /&gt;Feb 15 01:35:22 susedesktop sshd[3433]: pam_unix2(sshd:auth): getting password (0x00000180)&lt;BR /&gt;Feb 15 01:35:27 susedesktop sshd[3433]: pam_unix2(sshd:auth): user 'cat\user6' granted access&lt;BR /&gt;Feb 15 01:35:27 susedesktop sshd[3433]: pam_unix2(sshd:account): user 'CAT\user6' OK&lt;BR /&gt;Feb 15 01:35:27 susedesktop sshd[3433]: pam_unix2(sshd:account): user 'CAT\user6' granted access&lt;BR /&gt;Feb 15 01:35:27 susedesktop sshd[3431]: Accepted keyboard-interactive/pam for cat\\user6 from 192.168.5.13 port 2769 ssh2&lt;BR /&gt;Feb 15 01:35:27 susedesktop sshd[3434]: pam_mount(pam_mount.c:413) error trying to retrieve authtok from auth code&lt;BR /&gt;Feb 15 01:35:27 susedesktop sshd[3434]: pam_mount(pam_mount.c:159) conv-&amp;gt;conv(...): Conversation error&lt;BR /&gt;Feb 15 01:35:27 susedesktop sshd[3434]: pam_mount(pam_mount.c:416) error trying to read password&lt;BR /&gt;=======================&lt;BR /&gt;&lt;BR /&gt;could you plz let me know why the pam_mount showed errors</description>
      <pubDate>Sun, 15 Feb 2009 05:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358887#M35251</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-02-15T05:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: pam_mount does not work on suse</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358888#M35252</link>
      <description>added:&lt;BR /&gt;&lt;BR /&gt;i am using SUSE desktop 10.2.</description>
      <pubDate>Sun, 15 Feb 2009 05:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358888#M35252</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-02-15T05:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: pam_mount does not work on suse</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358889#M35253</link>
      <description>I think it should state:&lt;BR /&gt;&lt;BR /&gt;---------&lt;BR /&gt;auth optional pam_mount.so use_first_pass&lt;BR /&gt;---------</description>
      <pubDate>Sun, 22 Feb 2009 04:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358889#M35253</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2009-02-22T04:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: pam_mount does not work on suse</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358890#M35254</link>
      <description>&lt;!--!*#--&gt;hi&lt;BR /&gt;&lt;BR /&gt;i am afraid i have tried that too already. there is no change in the error.&lt;BR /&gt;i have formatted my machine and went through the entire process again.&lt;BR /&gt;no success.&lt;BR /&gt;pam_mount works fine in RHEL5 with the same entries in the config file. i am clueless as to what is going wrong.</description>
      <pubDate>Sun, 22 Feb 2009 05:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358890#M35254</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-02-22T05:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: pam_mount does not work on suse</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358891#M35255</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Might be a pam bug.&lt;BR /&gt;&lt;BR /&gt;Perhaps patch your system and see if you get better results after update and reboot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 22 Feb 2009 15:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358891#M35255</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-22T15:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: pam_mount does not work on suse</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358892#M35256</link>
      <description>alright sir,&lt;BR /&gt;&lt;BR /&gt;i will try just that.&lt;BR /&gt;thank you</description>
      <pubDate>Sun, 22 Feb 2009 15:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-mount-does-not-work-on-suse/m-p/4358892#M35256</guid>
      <dc:creator>iinfi1</dc:creator>
      <dc:date>2009-02-22T15:52:46Z</dc:date>
    </item>
  </channel>
</rss>

