|
From: Jenny L. <bod...@li...> - 2010-01-24 22:14:35
|
I read management interface before, I read it now and I still don't see how it can do what i want to do. If you know a way, please guide me an I will happily follow. On a side note, windows clients don't have perl installed and we cannot install it. yum install mingw32-* pico install-win32/settings.in ./configure --host=i686-pc-mingw32 make Gave me a windows binary where password can be saved now. Thank you. J ---------------------------------------- > Date: Sun, 24 Jan 2010 23:40:10 +0200 > Subject: Re: [Openvpn-users] How can I compile windows binaries in linux? > From: alo...@gm... > To: bod...@li... > CC: ope...@li... > > Please try the management interface before you jump into conclusions. > > On Sun, Jan 24, 2010 at 11:33 PM, Jenny Lee wrote: >> >> These are windows clients. That is why I need to compile windows binary to add ENABLE_PASSWORD_SAVE option. >> >> I just need auth-user-pass to accept a file (which it does not understandably with the current windows installer). >> >> We are also not using certificates... just PAM authentication to the openvpn server. >> >> From man pages: >> >> --auth-user-pass [up] >> Authenticate with server using username/password. up is a file containing username/password on 2 lines (Note: OpenVPN will only read passwords from a file if it has been built with the --enable-password-save configure option, or on Windows by defining ENABLE_PASSWORD_SAVE in config-win32.h). >> If up is omitted, username/password will be prompted from the console. >> >> The windows client must already have proper user/pass to connect to openvpn server. I fail to see how that can be achieved with management interface. >> >> What even would be better is... >> >> The windows client is prompted for user/pass for the first time, if they are accepted by openVPN linux server, then the password is locally saved and they are not asked for it again. >> >> J >> >> >> ---------------------------------------- >>> Date: Sun, 24 Jan 2010 19:54:26 +0200 >>> Subject: Re: [Openvpn-users] How can I compile windows binaries in linux? >>> From: alo...@gm... >>> To: bod...@li... >>> CC: ope...@li... >>> >>> You can use the management interface in order to provide >>> authentication credentials. >>> On Linux I use perl scripts at [1]. >>> You can adjust it very quickly to whatever you need. >>> Then install the perl script using the servany utility from resource >>> kit and you are done. >>> >>> >>> [1] http://sites.google.com/site/alonbarlev/openvpn-pkcs11 >>> >>> On Sun, Jan 24, 2010 at 2:46 PM, Jenny Lee wrote: >>>> Hello Alon, >>>> >>>> How is management interface related? >>>> >>>> I want our roadwarriors' PAM username/password on VPN server saved on their >>>> system so they don't have to enter it every time. >>>> >>>> Jenny >>>> >>>>> Date: Sun, 24 Jan 2010 08:26:50 +0200 >>>>> Subject: Re: [Openvpn-users] How can I compile windows binaries in linux? >>>>> From: alo...@gm... >>>>> To: bod...@li...; ope...@li... >>>>> >>>>> Use the management interface. No need to compile anything. >>>>> >>>>> On 1/24/10, Jenny Lee wrote: >>>>>> >>>>>> Hello Folks, >>>>>> >>>>>> >>>>>> >>>>>> I need user password saved however windows client binaries are built >>>>>> without >>>>>> password_save option. So I cannot use a text file to supply user/pass. >>>>>> >>>>>> >>>>>> >>>>>> I am fairly well-versed with GCC in linux. However, I have never >>>>>> cross-compiled anything. >>>>>> >>>>>> >>>>>> >>>>>> Can someone be kind enough to point what I must do to compile windows >>>>>> binaries (client installer) from linux? >>>>>> >>>>>> >>>>>> >>>>>> Thanks! >>>>>> >>>>>> >>>>>> >>>>>> Jenny >>>>>> >>>>>> _________________________________________________________________ >>>>>> Hotmail: Powerful Free email with security by Microsoft. >>>>>> http://clk.atdmt.com/GBL/go/196390710/direct/01/ >>>> >>>> ________________________________ >>>> Hotmail: Trusted email with powerful SPAM protection. Sign up now. >>>> ------------------------------------------------------------------------------ >>>> Throughout its 18-year history, RSA Conference consistently attracts the >>>> world's best and brightest in the field, creating opportunities for >>>> Conference >>>> attendees to learn about information security's most important issues >>>> through >>>> interactions with peers, luminaries and emerging and established companies. >>>> http://p.sf.net/sfu/rsaconf-dev2dev >>>> _______________________________________________ >>>> Openvpn-users mailing list >>>> Ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/openvpn-users >>>> >>>> >> _________________________________________________________________ >> Hotmail: Free, trusted and rich email service. >> http://clk.atdmt.com/GBL/go/196390708/direct/01/ _________________________________________________________________ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. http://clk.atdmt.com/GBL/go/196390706/direct/01/ |