All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ross, Matt" <m.g.ross-OfppCuUFkUX10XsdtD+oqA@public.gmane.org>
To: "Ross, Matt" <m.g.ross-OfppCuUFkUX10XsdtD+oqA@public.gmane.org>,
	"linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: RE: Using PAM module without Kerberos
Date: Tue, 4 Mar 2014 15:19:46 +0000	[thread overview]
Message-ID: <BC8B39086BF9F141A4EB3AAF7D7AAF2E026EA52961@UH-MAILSTOR.herts.ac.uk> (raw)
In-Reply-To: <BC8B39086BF9F141A4EB3AAF7D7AAF2E026E5E69D5-aYJdjl9JfU56Lw2yR1Z5fGf8YopGCnRN@public.gmane.org>

Hello,

I have managed to solve this myself by moving up the 'pam_cifscreds' session entry in PAM's 'common-session' directly after the 'pam_keyinit' line:

session optional        pam_keyinit.so force revoke debug
session optional        pam_cifscreds.so host=cifsserver.ourdomain debug
session sufficient      pam_unix.so
session required        pam_ldap.so use_first_pass

I should have read Orion's original description more closely.

Thanks for your continued efforts that make my life easier.

Matt

      parent reply	other threads:[~2014-03-04 15:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 15:53 Using PAM module without Kerberos Ross, Matt
     [not found] ` <BC8B39086BF9F141A4EB3AAF7D7AAF2E026E5E69D5-aYJdjl9JfU56Lw2yR1Z5fGf8YopGCnRN@public.gmane.org>
2014-03-04 15:19   ` Ross, Matt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BC8B39086BF9F141A4EB3AAF7D7AAF2E026EA52961@UH-MAILSTOR.herts.ac.uk \
    --to=m.g.ross-ofppcuufkux10xsdtd+oqa@public.gmane.org \
    --cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.