[Openvpn-devel] [PATCH] Fix using management interface to get passwords

2015-07-15 Thread Christian Pellegrin
Commits da9b292733e929a2900dc32d37f0424c3d588366 and 315f6fbc7f657a7f1127628bd714f468709d5185 broke the use case where we are asking password from the management client. The password is always asked before daemonization. With this fix we avoid this and ask it via management interface in the same sp

Re: [Openvpn-devel] [PATCH] Fix using management interface to get passwords

2015-07-15 Thread Steffan Karger
On 15-07-15 20:43, Christian Pellegrin wrote: Commits da9b292733e929a2900dc32d37f0424c3d588366 and 315f6fbc7f657a7f1127628bd714f468709d5185 broke the use case where we are asking password from the management client. The password is always asked before daemonization. With this fix we avoid this a