Escape backslash in username and other fields, i.e., use single quote.

Add work-around for additional username input.
This commit is contained in:
Andris Raugulis
2018-10-08 00:12:59 +00:00
parent 263bd98b41
commit 1f8db7d309
3 changed files with 18 additions and 7 deletions
+6 -1
View File
@@ -46,4 +46,9 @@ override `password` option in configuration file.
If `openconnect` returns with `ioctl` error, then this version has a bug, which
requires to prefix stdin input with a newline. Set `bug.nl=1` in configuration
file to work-around this issue.
file to work-around this issue.
If `openconnect` returns with `fgets (stdin): Resource temporarily unavailable`
error, then this version has a bug, which requires to prefix stdin input with a
username. Set `bug.username=1` in configuration file to work-around this issue.