summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projects/gvpndialer/trunk/README')
-rw-r--r--projects/gvpndialer/trunk/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/projects/gvpndialer/trunk/README b/projects/gvpndialer/trunk/README
new file mode 100644
index 0000000..df4b397
--- /dev/null
+++ b/projects/gvpndialer/trunk/README
@@ -0,0 +1,26 @@
+GNOME VPN Dialer
+----------------
+
+This is a GNOME2 GUI for the Cisco Vpnclient linux application.
+It works much like the Windows version. This software is not
+supported by Cisco Systems.
+
+Features:
+* Saves the last selected Profile
+* Minimizes to the system panel when a VPN connection is activated.
+(require libegg)
+* Informs user if vpnclient is abruptly killed
+* Prompts user if group password is required
+* User can define a default username
+( no support for default password. I feel this is not secure )
+
+
+User Configurable Options
+* Location of the vpnclient app (default: /usr/local/bin/vpnclient)
+* Location of the PCF files (default: /etc/CiscoSystemsVPNClient/Profiles/ )
+To install this program, run ./configure then "make".
+
+
+Requirements:
+* GNOME2 Libraries
+* PCRE Libraries