summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 017c16bd68..584ca7024c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -185,6 +185,20 @@ option(
)
option(
+ 'mutual-tls-common-name-parsing',
+ type: 'combo',
+ choices: ['username', 'meta'],
+ value: 'username',
+ description: '''Sets logic to map the Subject Common Name field to a user
+ in client TLS certificates.
+ - username: Use the Subject CN field as a BMC username
+ (default)
+ - meta: Parses the Subject CN in the format used by
+ Meta Inc (see mutual_tls_meta.cpp for details)
+ '''
+)
+
+option(
'ibm-management-console',
type: 'feature',
value: 'disabled',