Actions
Bug #1014
closedauth-user-pass only works in i386 version
Start date:
11/16/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
In the i386 version the configure commandline was (might be one or two typos here):
./configure --with-lzo-lib=/usr/local/lib --with-lzo-headers=/usr/local/include --enable-password-save --disable-pkcs11 --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info --build=i386-portbld-freebsd8.1
expecially note --enable-password-save
In the amd64 version is was:
./configure --with-lzo-lib=/usr/local/lib --with-lzo-headers=/usr/local/include --disable-pkcs11 --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd8.1
which lacks the --enable-password-save. This means openVPN won't allow the user-pass-auth config option.
Actions