[Bug 920609] Re: likewise-open users with migrated home directory won’t decrypt automatically

2012-01-26 Thread Dustin Kirkland
Thanks, all!  I'm actually going to re-add the ecryptfs-utils task and
mark it invalid there, as this question has come up more than once.
Hopefully that will make this more discoverable.


** Also affects: ecryptfs-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ecryptfs-utils (Ubuntu)
   Status: New => Invalid

** Changed in: ecryptfs-utils (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920609

Title:
  likewise-open users with migrated home directory won’t decrypt
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/920609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 920609] Re: likewise-open users with migrated home directory won’t decrypt automatically

2012-01-26 Thread Steve Langasek
ok, looks like a bug in the likewise-open package then.  reassigning.

** Package changed: ecryptfs-utils (Ubuntu) => likewise-open (Ubuntu)

** Changed in: likewise-open (Ubuntu)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920609

Title:
  likewise-open users with migrated home directory won’t decrypt
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/920609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 920609] Re: likewise-open users with migrated home directory won’t decrypt automatically

2012-01-26 Thread Alex Mauer
This also partly explains why consolekit stuff doesn’t work properly for
these users.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920609

Title:
  likewise-open users with migrated home directory won’t decrypt
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/920609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 920609] Re: likewise-open users with migrated home directory won’t decrypt automatically

2012-01-26 Thread Alex Mauer
And now I see the problem, even. It’s in common-session:

session sufficient  pam_lsass.so
session optionalpam_ecryptfs.so unwrap

…it never gets to the pam_ecryptfs.so because pam_lsass is sufficient.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920609

Title:
  likewise-open users with migrated home directory won’t decrypt
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/920609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 920609] Re: likewise-open users with migrated home directory won’t decrypt automatically

2012-01-26 Thread Alex Mauer
Just a stock, default config with those modules installed.

common-auth: 
# here are the per-package modules (the "Primary" block)
auth[success=2 default=ignore]  pam_unix.so nullok_secure
auth[success=1 default=ignore]  pam_lsass.so try_first_pass
# here's the fallback if no module succeeds
authrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
authrequiredpam_permit.so
# and here are more per-package modules (the "Additional" block)
authoptionalpam_ecryptfs.so unwrap
authoptionalpam_cap.so 
# end of pam-auth-update config


common-session:


# here are the per-package modules (the "Primary" block)
session [default=1] pam_permit.so
# here's the fallback if no module succeeds
session requisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
session requiredpam_permit.so
# The pam_umask module will set the umask according to the system default in
# /etc/login.defs and user settings, solving the problem of different
# umask settings with different shells, display managers, remote sessions etc.
# See "man pam_umask".
session optionalpam_umask.so
# and here are more per-package modules (the "Additional" block)
session requiredpam_unix.so 
session sufficient  pam_lsass.so 
session optionalpam_ecryptfs.so unwrap
session optionalpam_ck_connector.so nox11
# end of pam-auth-update config

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920609

Title:
  likewise-open users with migrated home directory won’t decrypt
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/920609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 920609] Re: likewise-open users with migrated home directory won’t decrypt automatically

2012-01-25 Thread Steve Langasek
I agree it probably has to do with the pam stack.  What do /etc/pam.d
/common-auth and /etc/pam.d/common-session look like on the affected
system?

** Changed in: ecryptfs-utils (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920609

Title:
  likewise-open users with migrated home directory won’t decrypt
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/920609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 920609] Re: likewise-open users with migrated home directory won’t decrypt automatically

2012-01-25 Thread Dustin Kirkland
This has to do with the pam stack.  It could either be an
incompatibility with pam_ecryptfs and whatever pam module likewise-open
uses, or perhaps just a missing bit of pam configuration in the
/etc/pam.d stack.

Subscribing Steve Langasek...  Any ideas, Steve?

** Changed in: ecryptfs-utils (Ubuntu)
   Importance: Undecided => Low

** Changed in: ecryptfs-utils (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920609

Title:
  likewise-open users with migrated home directory won’t decrypt
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/920609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs