[Openvpn-devel] Why must PAM library be dlopened?

2005-06-14 Thread Simon Perreault
Hi, I am wondering why the PAM library is dlopened by the auth-pam plugin. Why can't it simply be linked with it? Thanks for not making fun of me for asking this stupid question. ;)

Re: [Openvpn-devel] Why must PAM library be dlopened?

2005-06-14 Thread Simon Perreault
On Tuesday 14 June 2005 12:34, Simon Perreault wrote: > I am wondering why the PAM library is dlopened by the auth-pam plugin. Why > can't it simply be linked with it? More specifically, why can't the attached patch be applied? Index: Makefile ==

Re: [Openvpn-devel] Why must PAM library be dlopened?

2005-06-14 Thread James Yonan
On Tue, 14 Jun 2005, Simon Perreault wrote: > On Tuesday 14 June 2005 12:34, Simon Perreault wrote: > > I am wondering why the PAM library is dlopened by the auth-pam plugin. Why > > can't it simply be linked with it? > > More specifically, why can't the attached patch be applied? When I was wri