OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Linyin
Hey,my OpenBSD: # uname -a OpenBSD openbsd.openbsd.com 4.3 GENERIC.MP#0 i386 I installed openvpn via pkg_add,and worked fine. But now I wanna auth username/password on it. I searched by Google and found two software: openvpn-auth-ldap : http://code.google.com/p/openvpn-auth-ldap/ openvpn_bsdauth

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Giancarlo Razzolini
Linyin escreveu: Thanks Giancarlo Razzolini very much!!! It is very helpful for me. I try to build it after read your README: BUILD To build openvpn-auth-passwd on systems that use shadow, you will need to have the shadow suite and it's devel headers installed. On GNU systems build with the

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Giancarlo Razzolini
Linyin escreveu: Hey,my OpenBSD: # uname -a OpenBSD openbsd.openbsd.com 4.3 GENERIC.MP#0 i386 I installed openvpn via pkg_add,and worked fine. But now I wanna auth username/password on it. I searched by Google and found two software: openvpn-auth-ldap :

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Linyin
yeah,i copy the file to openvpn source code plugin. when i build it # pwd /usr/ports/distfiles/openvpn-2.0.9/plugin/auth-passwd # gmake gcc -O2 -Wall -DUSE_SHADOW=1 -fPIC -c -I../.. auth-passwd.c auth-passwd.c:39:20: shadow.h: No such file or directory auth-passwd.c: In function `passwd_auth':

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Giancarlo Razzolini
Linyin escreveu: yeah,i copy the file to openvpn source code plugin. when i build it # pwd /usr/ports/distfiles/openvpn-2.0.9/plugin/auth-passwd # gmake gcc -O2 -Wall -DUSE_SHADOW=1 -fPIC -c -I../.. auth-passwd.c auth-passwd.c:39:20: shadow.h: No such file or directory auth-passwd.c: In function

Re: OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Stuart Henderson
On 2008-11-11, Linyin [EMAIL PROTECTED] wrote: I installed openvpn via pkg_add,and worked fine. But now I wanna auth username/password on it. I searched by Google and found two software: openvpn-auth-ldap : http://code.google.com/p/openvpn-auth-ldap/ openvpn_bsdauth : In ports

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Linyin
Thanks Giancarlo Razzolini very much!!! It is very helpful for me. I try to build it after read your README: BUILD To build openvpn-auth-passwd on systems that use shadow, you will need to have the shadow suite and it's devel headers installed. On GNU systems build with the make command. In