From d1abba03229128c3f2a6f718e9f14f4d7285e74d Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 12 May 2023 21:03:03 +0200 Subject: ocserv: T3896: improve XML definition and add warning about 3rd party configs When enabling identity-based-config, users can add arbitrary config keys that are processed by ocserv. The user "must know" what he is been doing, as invalid config option will make the ocserv daemon go ... whoop! Thus add a warning and inform the user about this setting. --- .../openconnect-identity-based-config.xml.i | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 interface-definitions/include/openconnect-identity-based-config.xml.i (limited to 'interface-definitions/include/openconnect-identity-based-config.xml.i') diff --git a/interface-definitions/include/openconnect-identity-based-config.xml.i b/interface-definitions/include/openconnect-identity-based-config.xml.i deleted file mode 100644 index dfc51936d..000000000 --- a/interface-definitions/include/openconnect-identity-based-config.xml.i +++ /dev/null @@ -1,54 +0,0 @@ - - - - Configures OpenConnect to search the configured directory for a config file matching the Group name or Username - - - - - Configures OpenConnect to use config-per-group or config-per-user. Ignored if OpenConnect authentication group is configured. - - user - OpenConnect config file loaded by matching file in configured directory to the users username - - - group - OpenConnect config file loaded by matching RADIUS class attribute in the RADIUS server response to a file in the configured directory - - - (user|group) - - Invalid mode. Must be one of: user, group - - user group - - - - - - Directory to configure OpenConnect to use for matching username/group to config file - - filename - Must be a child directory of /config/auth e.g. /config/auth/ocserv/config-per-user - - - - - - - - - Default/fallback config to use when a file cannot be found in the configured directory that matches the username/group - - filename - Child directory of /config/auth e.g. /config/auth/ocserv/defaults/user.conf - - - - - - - #include - - - \ No newline at end of file -- cgit v1.2.3