[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package cifs-utils - 2:6.5-2ubuntu2

---
cifs-utils (2:6.5-2ubuntu2) yakkety; urgency=low

  * Add pam_cifscreds (LP: #1611816). Patch by David McBride.

 -- Keith Ward   Tue, 28 Feb 2017 13:58:35 -0800

** Changed in: cifs-utils (Ubuntu Yakkety)
   Status: Fix Committed => Fix Released

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package cifs-utils - 2:6.4-1ubuntu1.1

---
cifs-utils (2:6.4-1ubuntu1.1) xenial; urgency=low

  * Add pam_cifscreds (LP: #1611816). Patch by David McBride.

 -- Keith Ward   Tue, 28 Feb 2017 14:01:32 -0800

** Changed in: cifs-utils (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-25 Thread Andreas Hasenack
For the record, I also tried yakkety on i386:

 *** 2:6.5-2ubuntu2 500
500 http://br.archive.ubuntu.com/ubuntu yakkety-proposed/main i386 
Packages

root@22-96:~# ll /lib/i386-linux-gnu/security/pam_cifscreds.so 
-rw-r--r-- 1 root root 13568 Feb 28 21:58 
/lib/i386-linux-gnu/security/pam_cifscreds.so


I performed the same test as for amd64 and it also worked.

==> /var/log/auth.log <==
Apr 25 18:51:23 22-96 login[1155]: pam_cifscreds(login:session): credential key 
for \\10.10.222.255\ubuntu added

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-25 Thread Andreas Hasenack
Verification for yakkety amd64:

package from proposed:
  Version table:
 *** 2:6.5-2ubuntu2 500
500 http://br.archive.ubuntu.com/ubuntu yakkety-proposed/main amd64 
Packages

PAM module is installed:
root@15-89:~# ll /lib/x86_64-linux-gnu/security/pam_cifscreds.so 
-rw-r--r-- 1 root root 14176 Feb 28 21:58 
/lib/x86_64-linux-gnu/security/pam_cifscreds.so


/etc/pam.d/login file modified to include pam_keyinit and pam_cifscreds: 
http://pastebin.ubuntu.com/24455401/

Mounted a samba share as root and connecting user "andreas" with the multiuser 
option:
root@15-89:~# mount -t cifs //ds216.lowtech/downloads /downloads -o 
username=andreas,multiuser
Password for andreas@//ds216.lowtech/downloads:  
root@15-89:~# ll /downloads/
total 414032
drwxrwxrwx  1 root root  0 Apr 20 20:23 ./
drwxr-xr-x 25 root root   4096 Apr 25 17:33 ../
drwxr-xr-x  1 1026 users 0 Aug 14  2016 humblebundle/
drwxr-xr-x  1 1026 users 0 Aug 18  2016 isos/
-rw-r--r--  1 1026 users 265777840 Sep  9  2014 KSP_demo_linux.zip
(...)

Verified user ubuntu cannot see that:
root@15-89:~# sudo -u ubuntu -H ls -l /downloads/
ls: cannot access '/downloads/': Permission denied


Switch to a terminal and login as ubuntu, using the same password that the 
ubuntu user has on the samba share:

15-89 login: ubuntu
Password:
Last login: Tue Apr 25 17:34:30 UTC 2017 from 10.0.5.1 on pts/1
Welcome to Ubuntu 16.10 (GNU/Linux 4.8.0-49-generic x86_64)
(...)

Verify we have a cifs logon key in the kernel keyring:
ubuntu@15-89:~$ keyctl show
Session Keyring
 595619243 --alswrv   1000  1000  keyring: _ses
 525246747 --alswrv   1000 65534   \_ keyring: _uid.1000
 470618469 sw-v  0 0   \_ logon: cifs:a:10.10.222.255

And we can see the /downloads share now:
ubuntu@15-89:~$ ls -lah /downloads/
total 405M
dr-xr-xr-x  1 root root 0 Apr 20 20:23 .
drwxr-xr-x 25 root root  4.0K Apr 25 17:33 ..
drwxr-xr-x  1 1026 users0 Aug 14  2016 humblebundle
drwxr-xr-x  1 1026 users0 Aug 18  2016 isos
-rw-r--r--  1 1026 users 254M Sep  9  2014 KSP_demo_linux.zip
(...)

Meanwhile, /var/log/syslog has this to say:
Apr 25 17:34:46 15-89 login[1237]: pam_cifscreds(login:auth): password stored
Apr 25 17:34:46 15-89 login[1237]: pam_keyinit(login:session): OPEN 1
Apr 25 17:34:46 15-89 login[1237]: pam_keyinit(login:session): UID:1000 [0]  
GID:1000 [0]
Apr 25 17:34:46 15-89 login[1237]: pam_keyinit(login:session): GET SESSION = 
993549428
Apr 25 17:34:46 15-89 login[1237]: pam_keyinit(login:session): GET SESSION = 
993549428
Apr 25 17:34:46 15-89 login[1237]: pam_keyinit(login:session): JOIN = 595619243

And /var/log/auth.log:
Apr 25 17:34:46 15-89 login[1237]: pam_cifscreds(login:session): credential key 
for \\10.10.222.255\ubuntu added


** Tags added: verification-done-yakkety

** Tags removed: verification-needed

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-25 Thread Andreas Hasenack
I'm going to verify this for yakkety.

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-25 Thread Robie Basak
13:07  bdmurray: opinion on releasing bug 1611816 to xenial-
updates? It's not verified on Yakkety, and it seems unlikely that anyone
will. So that would create a feature regression on Xenial->Yakkety
upgrade ("any such feature must then also be added to any newer
supported Ubuntu release")

13:08  So should I hold releasing pending verification of
Yakkety as well?

@David, thank you for verifying 2:6.4-1ubuntu1.1 on Xenial for us. I'm
not sure if I should release to xenial-updates if I cannot also release
to yakkety-updates, and I've asked the question. In the meantime, if you
could verification the package in yakkety-proposed anyway, that would
help regardless.

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-25 Thread Andreas Hasenack
(unless someone beats me to it, of course :)

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-05 Thread David McBride
I have successfully tested version 2:6.4-1ubuntu1.1 on Xenial, and
assert that the new version of the package works for me.  Thanks!


** Tags added: verification-done-xenial

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-04-05 Thread Félix C . Morency
Could this be easily backported to Trusty?

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-03-06 Thread Łukasz Zemczak
Hello David, or anyone else affected,

Accepted cifs-utils into yakkety-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/cifs-
utils/2:6.5-2ubuntu2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cifs-utils (Ubuntu Yakkety)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

** Changed in: cifs-utils (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-28 Thread Brian Murray
I've uploaded this to the SRU queues for review by the SRU team.
Thanks!

** Changed in: cifs-utils (Ubuntu Yakkety)
   Status: Confirmed => In Progress

** Changed in: cifs-utils (Ubuntu Xenial)
   Status: Confirmed => In Progress

** Changed in: cifs-utils (Ubuntu Yakkety)
 Assignee: (unassigned) => Brian Murray (brian-murray)

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-13 Thread Mathew Hodson
** Changed in: cifs-utils (Ubuntu Yakkety)
   Importance: Undecided => Medium

** Changed in: cifs-utils (Ubuntu Zesty)
   Importance: Undecided => Medium

** Changed in: cifs-utils (Ubuntu Xenial)
   Importance: Undecided => Medium

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-06 Thread Keith Ward
** Changed in: cifs-utils (Ubuntu Xenial)
   Status: In Progress => Confirmed

** Changed in: cifs-utils (Ubuntu Yakkety)
   Status: In Progress => Confirmed

** Changed in: cifs-utils (Ubuntu Xenial)
 Assignee: Keith Ward (keithward) => (unassigned)

** Changed in: cifs-utils (Ubuntu Yakkety)
 Assignee: Keith Ward (keithward) => (unassigned)

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-06 Thread Keith Ward
Subscribed Ubuntu-Sponsors as I don't have ability to upload directly.

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-06 Thread Keith Ward
Attaching debdiff against Yakkety - 6.5-2ubuntu1

** Patch added: "cifs-utils_6.5-2ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/yakkety/+source/cifs-utils/+bug/1611816/+attachment/4814012/+files/cifs-utils_6.5-2ubuntu2.debdiff

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-06 Thread Keith Ward
Attaching Debdiff against Xenial 6.4-1_ubuntu1

** Patch added: "cifs-utils_6.4-1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/xenial/+source/cifs-utils/+bug/1611816/+attachment/4814010/+files/cifs-utils_6.4-1ubuntu2.debdiff

** Changed in: cifs-utils (Ubuntu Yakkety)
   Status: New => In Progress

** Changed in: cifs-utils (Ubuntu Yakkety)
 Assignee: (unassigned) => Keith Ward (keithward)

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-06 Thread Keith Ward
** Changed in: cifs-utils (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: cifs-utils (Ubuntu Xenial)
 Assignee: (unassigned) => Keith Ward (keithward)

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-06 Thread Keith Ward
** Description changed:

  The cifs-utils source package contains the pam_cifscreds.so PAM module;
  however, this is not built and supplied in a resulting binary package.
  This is necessary functionality for our local managed deployment.
  
  We have worked around this issue by building our own patched version of
  the package; however, this is liable to be clobbered by any future
  upstream updates. Hence, it would be valuable if our modifications, or
  some variant of them, could be adopted upstream.
  
  The changes required are minimal; simply add libpam0g-dev to Build-
  Depends, and add some appropriate flags to ./configure in debian/rules
  to ensure the requisite library is built and installed in the correct
  location.
  
  See attached patch.
+ 
+ ## SRU Justification
+ 
+ [Impact]
+ 
+ As David has found, users are currently unable to use the cifscreds PAM
+ module to unlock credentials at login because existing package doesn't
+ compile the module along with the rest of the package.
+ 
+ Davids patch adds libpam-0g-dev to the Build depends, and amends the
+ debian rules file so that the PAM module is built along with the rest of
+ the application and installed into the correct location.
+ 
+ I'm requesting this to be backported to the existing releases, this change is 
a 
+ feature which is highly desired in managed deployments, the changes are 
minimal and as this patch only adds functionality and is largely unobtrusive I 
see no reason for the Ubuntu community to benefit from its inclusion 
considering the regression potential is minimal.
+ 
+ This feature has been added to Zesty already as part of the merge done
+ in LP: #1660372.
+ 
+ [Test Case]
+ 
+ Install the package and check for the existance of the PAM module at:
+  /lib/x86_64-linux-gnu/security/pam_cifscreds.so
+ 
+ At present this file is missing as it isn't compiled along with the rest
+ of the package.
+ 
+ [Regression Potential]
+ 
+ I've been testing this myself on a number of systems and have discovered
+ no issues as yet, with this patch the supplied module is built and
+ placed into the correct location, as is the manpage, and both perform as
+ intended.
+ 
+ This change has an overall low chance of regression as it's only adding
+ functionality should already be there.
+ 
+ The only regression I could think of is that for some reason the patch
+ could result in some of the other binaries being linked against PAM (and
+ potentially have their behavior changed) as a result of the addition of
+ PAM, but I find this extremely unlikely, and I have verified that PAM
+ isn't linked to except for pam_cifscreds.so so I find the possibility of
+ this happening negligible.
+ 
+ Documentation for the feature is provided as a manpage and is
+ distributed along with the updated package.

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-04 Thread Iain Lane
** Also affects: cifs-utils (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-02-04 Thread Iain Lane
** Also affects: cifs-utils (Ubuntu Zesty)
   Importance: Undecided
   Status: Fix Released

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

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2017-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package cifs-utils - 2:6.6-5ubuntu1

---
cifs-utils (2:6.6-5ubuntu1) zesty; urgency=low

  * Merge from Debian unstable (LP: #1660372).  Remaining changes:
- debian/patches/stat_systemd-ask-password.patch: also check for
  /bin/systemd-ask-password before trying to use systemd's tools.

cifs-utils (2:6.6-5) unstable; urgency=low

  * Set architecture to linux-any.

cifs-utils (2:6.6-4) unstable; urgency=medium

  * Add pam_cifscreds (Closes: #848140, LP: #1611816). Patch by David
Mcbride

cifs-utils (2:6.6-3) unstable; urgency=medium

  * Use correct idmapwb.so path in postinst/prerm (Closes: #848275)

cifs-utils (2:6.6-2) unstable; urgency=medium

  * Add me to uploaders
  * Create idmap-plugin symlink using update-alternatives (Closes: #845532).
Thanks Alessandro Larcher for reporting.

cifs-utils (2:6.6-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Dave Chiluk   Tue, 03 May 2016 17:30:11 +

** Changed in: cifs-utils (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2016-12-16 Thread Bug Watch Updater
** Changed in: cifs-utils (Debian)
   Status: New => Fix Released

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2016-12-14 Thread Bug Watch Updater
** Changed in: cifs-utils (Debian)
   Status: Unknown => New

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2016-12-14 Thread Keith Ward
** Bug watch added: Debian Bug tracker #848140
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848140

** Also affects: cifs-utils (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848140
   Importance: Unknown
   Status: Unknown

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

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2016-12-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cifs-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/1611816

Title:
  pam_cifscreds.so not supplied in package

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

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


[Bug 1611816] Re: pam_cifscreds.so not supplied in package

2016-08-10 Thread Ubuntu Foundations Team Bug Bot
The attachment "Suggested modifications to debian/{rules,control}" seems
to be a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  pam_cifscreds.so not supplied in package

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

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