[systemd-devel] openvpn + auth-user-pass + password agents

2012-11-27 Thread Colin Guthrie
Hi, Has anyone got patches to add password agent support to openvpn? I don't see any patches in Fedora at least. I've got a user whose reporting that they cannot enable this option in their openvpn setup. From what I cant tell from a brief inspection it's just a matter of hacking the

Re: [systemd-devel] openvpn + auth-user-pass + password agents

2012-11-27 Thread Frederic Crozat
Le mardi 27 novembre 2012 à 09:50 +, Colin Guthrie a écrit : Hi, Has anyone got patches to add password agent support to openvpn? I don't see any patches in Fedora at least. I did them and they are upstream nowadays :) -- Frederic Crozat fcro...@suse.com SUSE

Re: [systemd-devel] openvpn + auth-user-pass + password agents

2012-11-27 Thread Colin Guthrie
'Twas brillig, and Frederic Crozat at 27/11/12 10:00 did gyre and gimble: Le mardi 27 novembre 2012 à 09:50 +, Colin Guthrie a écrit : Hi, Has anyone got patches to add password agent support to openvpn? I don't see any patches in Fedora at least. I did them and they are upstream

[systemd-devel] [RFC][PATCH 1/2] fstab-generator: generate new_root.mount in initrd

2012-11-27 Thread Tom Gundersen
The configuration is taken from /proc/cmdline, aiming at emulating the behavior of the kernel when no initramfs is used. The supported options are: root=, rootfstype=, rootwait=, rootflags=, ro, and rw. rootdelay= was dropped, as it is not really useful in a systemd world, but could easily be

[systemd-devel] [RFC][PATCH 2/2] systemctl: switch-root - read init= from /proc/cmdline

2012-11-27 Thread Tom Gundersen
If the path to init is not specified as an argumnt to systemctl, but init= is given on the kernel commandline, use that. This means the initrd does not need glue code to parse the kernel commandline before passing on init= to systemctl. Cc: Harald Hoyer har...@redhat.com Cc: Dave Reisner

[systemd-devel] [PATCH] pam_systemd: new option for the session class

2012-11-27 Thread Matthew Monaco
From: Matthew Monaco matthew.mon...@0x01b.net --- I don't see any reason why every DM (LightDM for me) needs code to support this. It looks to me like its safe to just point to the data in argv, let me know if it isn't. man/pam_systemd.xml| 9 + src/login/pam-module.c | 14