...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 se
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 libpam-runtime/p
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.
https://bugs.launchpad.net/bugs
** 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 setting
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 packag
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
Ti
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
https://ubuntuforums.org/showthread.php?
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 wan
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
I
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
Statu
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
P
11 matches
Mail list logo