[Bug 1197313] Re: add option to force sending empty Domain

2018-07-10 Thread Ovsyanka via ubuntu-bugs
I am not shure about Ubuntu, but on Arch linux it worked for me if I
just set Domain="". I put `""` in the field in the settings GUI. And in
the config file then there is:

```
[vpn]
Domain=""
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1197313] Re: add option to force sending empty Domain

2015-05-29 Thread Bug Watch Updater
** Changed in: network-manager-vpnc
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197313] Re: add option to force sending empty Domain

2013-09-08 Thread Andrey Bondarenko
A small improvement for workaround in #3: Use dpkg-divert to move vpnc
out of the way. It will help your modifications survive after package
reistalls/upgrades (see http://www.debian.org/doc/manuals/debian-faq/ch-
customizing.en.html#s-divert)

dpkg-divert --local --divert /usr/sbin/vpnc.real --rename /usr/sbin/vpnc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197313] Re: add option to force sending empty Domain

2013-09-06 Thread Andrey Bondarenko
A workaround for the bug is to create wrapper script for vpnc proposed
by Kasuko http://ubuntuforums.org/showthread.php?t=2104986

#!/bin/sh
exec /usr/sbin/vpnc.real --domain  $*

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197313] Re: add option to force sending empty Domain

2013-09-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager-vpnc (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197313] Re: add option to force sending empty Domain

2013-07-14 Thread Thomas Hood
Is there any workaround, e.g., editing a script somewhere?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197313] Re: add option to force sending empty Domain

2013-07-14 Thread Andrey Bondarenko
I suppose no.

To send empty domain name during authentication vpnc should be started
with --domain  command line option or Domain option without a value in
config file. When starting connection, network-manager-vpnc makes
temporary config file using connection parameters from NetworkManager
and starts vpnc with it. The problem arises, because NetworkManager does
not store domain if it is empty (AFAIK it cannot store empty strings at
all).

So you have to either start vpnc manually, or somehow patch network-
manager-vpnc to include empty Domain option.

If you need I can publish patched network-manager-vpnc version 0.9.8
that always sends domain. It's not a proper fix for the issue, but works
as a temporary solution for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197313] Re: add option to force sending empty Domain

2013-07-03 Thread Bug Watch Updater
** Changed in: network-manager-vpnc
   Status: Unknown = New

** Changed in: network-manager-vpnc
   Importance: Unknown = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197313

Title:
  add option to force sending empty Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-vpnc/+bug/1197313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs