[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2019-03-24 Thread Niklas Andersson
...sorry ^^^ - %s/debconf-get-selections/debconf-set-selections/ of course :-) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pam in Ubuntu. https://bugs.launchpad.net/bugs/682662 Title: pam-auth-update ignores debconf

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2019-03-23 Thread Niklas Andersson
This VERY ugly hack works on Ubuntu 18.04... -- /usr/share/pam-config/mkhomedir - Default: yes Priority: 0 Session-Type: Additional Session: required pam_mkhomedir.so skel=/etc/skel umask=0027 apt-get install debconf-utils echo libpam-runtime

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2018-10-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: dpkg (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pam in Ubuntu.

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2018-10-12 Thread Eva Tomanova
** Also affects: dpkg (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pam in Ubuntu. https://bugs.launchpad.net/bugs/682662 Title: pam-auth-update ignores debconf

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2017-07-12 Thread annunaki2k2
Just come up against this issue whilst trying to automate deployments via puppet. Can we please get some feedback/movement on this issue from someone? This make RedHats authconfig look sleek and polished! -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2017-05-12 Thread Evan Hoffman
Same issue in #6 with Xenial. Same chef cookbook that works on 14.04 doesn't work on 16.04 because of the "seen" issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pam in Ubuntu. https://bugs.launchpad.net/bugs/682662

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2016-11-29 Thread Duberman
For those trying to non-interactively enable mkhomedir module, here's what I did: sed -i '/mkhomedir/d' /var/lib/pam/seen pam-auth-update --package After running pam-auth-update, mkhomedir was present in /etc/pam.d /common-session. Found this solution here

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2016-11-18 Thread youshotwhointhatwhatnow
It seems to be impossible to manage some pam auth settings non- interactively due to this bug. For example, I want to fetch user/group info from LDAP on a server so I install 'libnss-ldap'. This automatically enables ldap authentication in PAM (this already seems like a bad idea) which I don't

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2016-09-25 Thread John Python
Came by to report this same issue. /usr/share/pam-config/mkhomedir is being ignored on Ubuntu 16.04 with this configuration: Name: Create home directory during login Default: yes Priority: 900 Session-Type: Additional Session: requiredpam_mkhomedir.so umask=0077 skel=/etc/skel

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2016-07-15 Thread kukububu
It was working in trusty but is being broken once again in xenial. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pam in Ubuntu. https://bugs.launchpad.net/bugs/682662 Title: pam-auth-update ignores debconf settings

[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2016-06-14 Thread Filip Pytloun
Also facing this issue, it's weird that newer pam-auth-update also ignores default option in pam configs. So now it's not possible to non-interactively enable new profile (but it was working in trusty). Here's updated script to add one profile (mkhomedir) to current set of profiles: #!/bin/sh