---
doc/man-sections/script-options.rst | 4 ++--
src/openvpn/route.c | 6 ++
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/man-sections/script-options.rst
b/doc/man-sections/script-options.rst
index b4bbf52f..062646b2 100644
--- a/doc/man-sections/script-
Hi All,
Arne might be best to answer this but wasn't sure. I've been testing out
the client-pending-auth/cr-response stuff recently and had a question.
Currently, the first thing that happens from the client-pending-auth
management command is the client is sent an AUTH_PENDING control channel
This allows extra INFO_PRE mesasges to be sent to a client during an
authentication stage. This may be required to send additional challenges,
or allow longer messages to be sent by breaking them up and sending in parts.
Signed-off-by: Eric Thorpe
---
doc/management-notes.txt | 32 ++