after downloading the sources from the svn repository and building the
NetworkManager/vpn-deampns/pptp I have now VPN and the
nm-ppp-auth-dialog up and running. It was however necessary to modify the
/etc/NetworkManager/VPN/nm-ppp-starter.name like this:
Quote:
#auth-dialog=/usr/lib/network-manager/nm-ppp-auth-dialog
#properties=/usr/lib/network-manager/libnm-ppp-properties
auth-dialog=/usr/libexec/nm-ppp-auth-dialog
properties=/usr/lib/libnm-ppp-properties
|
because
make install has installed the binaries under
/usr/libexec und
/usr/lib/ and not under
/usr/lib/network-manager.
At some point I also called:
Quote:
|
./autogen.sh --prefix=/usr --enable-nm-vpn-dbus-old
|
to get rid of a compilation error.
Compiling and installing the NetworkManager from the sources didn't work, therefore I reinstalled the network-manager with apt-get remove/install, and executed afterwards
make install under
vpn-deamons/pptp.
I guess, I was not quite sure what I'm doing, but it works now