[Solved] OpenVPN VHD and client-connect scripts?
Posted: Mon Oct 07, 2013 6:00 pm
Anyone have client-connect scripts working with VHD? I can't get passed this error:
client-connect command failed: could not execute external program'
Things I have tried:
File permissions (755)
Moving script to user's home directory and /usr/local/openvpn_as/scripts/
Simplified script:
---
#!/bin/bash
exit 0
---
At this point i have no idea what's wrong. Has anyone got it working?
Heere's the what I am using.
script-security 2
client-connect "/bin/bash /usr/local/openvpn_as/scripts/mail.sh"
client-connect command failed: could not execute external program'
Things I have tried:
File permissions (755)
Moving script to user's home directory and /usr/local/openvpn_as/scripts/
Simplified script:
---
#!/bin/bash
exit 0
---
At this point i have no idea what's wrong. Has anyone got it working?
Heere's the what I am using.
script-security 2
client-connect "/bin/bash /usr/local/openvpn_as/scripts/mail.sh"