Search Criteria
Package Details: openfortigui 0.9.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openfortigui.git (read-only, click to copy) |
---|---|
Package Base: | openfortigui |
Description: | OpenFortiGUI is an open-source VPN-Client to connect to Fortigate VPN-Hardware. It is based on openfortivpn and adds an easy to use and nice GUI on top of it, written in Qt5. |
Upstream URL: | https://hadler.me/linux/openfortigui/ |
Licenses: | GPL3 |
Submitter: | macfly |
Maintainer: | macfly |
Last Packager: | macfly |
Votes: | 22 |
Popularity: | 0.005923 |
First Submitted: | 2018-01-03 19:14 (UTC) |
Last Updated: | 2024-03-19 09:14 (UTC) |
Dependencies (10)
- openssl (openssl-gitAUR, openssl-staticAUR)
- ppp (ppp-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-translations (qt5-translations-gitAUR)
- qtkeychain (qtkeychain-qt5)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- patch (patch-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
r0nin commented on 2020-03-12 15:35 (UTC)
@wayneb You just need to add this line your sudoers file: youruser ALL=NOPASSWD:SETENV: /usr/bin/openfortigui
mihaib commented on 2020-03-12 11:27 (UTC) (edited on 2020-03-12 11:33 (UTC) by mihaib)
Same problem for 0.8.2-1 As a workarund you can setup a config file in
openfortivpn -c /etc/openfortivpn/config
As an example you can use what openfortigui generated from :
~/.openfortigui/vpnprofiles
nabuhodonozo commented on 2020-03-11 12:24 (UTC)
@wayneb sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper... As a workaround configure and use openfortivpn manually via terminal
openfortivpn -c /etc/openfortivpn/config
wayneb commented on 2020-03-09 15:54 (UTC)
Upgrade from 0.8.0-2 to 0.8.2-1 caused all of my VPN profiles to stop working with error message:
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
macfly commented on 2019-08-24 06:10 (UTC)
Version 0.8.0-2 integrate lightman patch.
Romario74 commented on 2019-08-01 18:51 (UTC)
Latest version 0.80 does not connect, with password set. But does not ask for OTP. Original forticlient on console works.
Log is sparse: Aug. 1 20:47:06 openfortiGUI::Debug: client api helo command:: 0 ::name:: "xyz" Aug. 1 20:47:06 openfortiGUI::Debug: active-tab:: 0 Aug. 1 20:47:06 openfortiGUI::Debug: start vpn: "xyz" active-tab:: 0 Aug. 1 20:47:06 openfortiGUI::Debug: client disconnected:: "xyz" Aug. 1 20:47:06 openfortiGUI::Debug: vpnManager::onClientVPNStatusChanged() "xyz" status 0 Aug. 1 20:47:06 openfortiGUI::Debug: MainWindow::onClientVPNStatusChanged:: "xyz" ::status:: 0
lightman commented on 2019-07-20 21:20 (UTC)
Hi all, I wrote a little patch that allows the client to run in the user environment, so useful tray icon, no pkexec needed, vpn configs/logs in user's home (thus editable without root permissions) and other little benefits.
Moreover AES key and IV are stored in gnome-keyring, which is a big plus for security.
For this to work without password you need to add this in /etc/sudoers:
youruser ALL=NOPASSWD:SETENV: /usr/bin/openfortigui
The magic here is done by the "-E" sudo argument, which preserves the user's environment in the privileged process.
@macfly it would be great if you would include that to the PKGBUILD If not, here is the code for anyone else interested.
https://pastebin.com/58Vcaq2N
« First ‹ Previous 1 2 3 4 5 Next › Last »