Openvpn pam authetication - two process created
Posted: Wed Oct 05, 2011 6:33 am
Hi,
I am running openvpn server by enabling pam authetication for the login functaionlity.
Following statement added in my server.conf file
When i check my process list it shows two openvpn processes, as shown below,
Thanks,
Sunil
I am running openvpn server by enabling pam authetication for the login functaionlity.
Following statement added in my server.conf file
plugin /usr/local/src/openvpn-2.1.4/plugin/auth-pam/openvpn-auth-pam.so login
When i check my process list it shows two openvpn processes, as shown below,
Can anyone help me out in understanding why it creates two processes when I enable pam authetication plugin.root 14461 0.0 0.0 5400 432 pts/1 S 11:07 0:00 /usr/local/sbin/openvpn --daemon --writepid /var/run/openvpn/server.pid --config /usr/local/src/openvpn-2.1.4/sample-config-files/server.conf --cd /usr/local/src/openvpn-2.1.4/sample-config-files
root 14467 0.0 0.2 5784 1292 ? Ss 11:07 0:00 /usr/local/sbin/openvpn --daemon --writepid /var/run/openvpn/server.pid --config /usr/local/src/openvpn-2.1.4/sample-config-files/server.conf --cd /usr/local/src/openvpn-2.1.4/sample-config-files
Thanks,
Sunil