diff options
author | Jamie Austin <jamieaustinprogramming@gmail.com> | 2023-05-19 19:33:02 +1000 |
---|---|---|
committer | Jamie Austin <jamieaustinprogramming@gmail.com> | 2023-05-19 19:33:02 +1000 |
commit | 424669f4b0521435a2f1ca8f1ef50ff74957909a (patch) | |
tree | 1a48cf335268b389c44b2003cbb049ebbf6554cb /docs | |
parent | e89c027a92560958f8c9ce003b8fb67f1170ffc3 (diff) | |
download | vyos-documentation-424669f4b0521435a2f1ca8f1ef50ff74957909a.tar.gz vyos-documentation-424669f4b0521435a2f1ca8f1ef50ff74957909a.zip |
ocserv: fix: indent of warning section text overflowing outside the warning box
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/vpn/openconnect.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/vpn/openconnect.rst b/docs/configuration/vpn/openconnect.rst index 8479bcff..bd9f4b7f 100644 --- a/docs/configuration/vpn/openconnect.rst +++ b/docs/configuration/vpn/openconnect.rst @@ -244,8 +244,8 @@ users. set vpn openconnect authentication identity-based-config default-config /config/auth/ocserv/default-user.conf .. warning:: The above directory and default-config must be a child directory -of /config/auth, since files outside this directory are not persisted after an -image upgrade. + of /config/auth, since files outside this directory are not persisted after an + image upgrade. Once you commit the above changes you can create a config file in the /config/auth/ocserv/config-per-user directory that matches a username of a @@ -264,8 +264,8 @@ in group mode except that group mode can only be used with RADIUS authentication. .. warning:: OpenConnect server matches the filename in a case sensitive -manner, make sure the username/group name you configure matches the -filename exactly. + manner, make sure the username/group name you configure matches the + filename exactly. Configuring RADIUS accounting ============================= |