Lines Matching +full:- +full:- +full:disable +full:- +full:zstd
6 'basic-auth',
7 'cookie-auth',
8 'experimental-bmcweb-user',
9 'experimental-redfish-dbus-log-subscription',
10 'experimental-redfish-multi-computer-system',
11 'google-api',
12 'host-serial-socket',
13 'http-zstd',
15 'hypervisor-computer-system',
16 'ibm-management-console',
17 'insecure-disable-auth',
18 'insecure-disable-csrf',
19 'insecure-disable-ssl',
20 'insecure-enable-redfish-query',
21 'insecure-ignore-content-type',
22 'insecure-push-style-notification',
24 'mutual-tls-auth',
26 'redfish-aggregation',
27 'redfish-allow-deprecated-indicatorled',
28 'redfish-allow-deprecated-power-thermal',
29 'redfish-allow-simple-update',
30 'redfish-bmc-journal',
31 'redfish-cpu-log',
32 'redfish-dbus-log',
33 'redfish-dump-log',
34 'redfish-host-logger',
35 'redfish-new-powersubsystem-thermalsubsystem',
36 'redfish-oem-manager-fan-data',
37 'redfish-provisioning-feature',
38 'redfish-updateservice-use-dbus',
39 'redfish-use-3-digit-messageid',
40 'redfish-use-hardcoded-system-location-indicator',
42 'session-auth',
43 'static-hosting',
45 'vm-websocket',
46 'xtoken-auth',
50 'dns-resolver',
51 'mutual-tls-common-name-parsing-default',
52 'redfish-manager-uri-name',
53 'redfish-system-uri-name',
56 int_options = ['http-body-limit', 'watchdog-timeout-seconds']
71 option_key_config = option_key_config.replace('-', '_')
99 loglvlopt = get_option('bmcweb-logging')
101 # Override logging level as 'debug' if 'bmcweb-logging' is set as 'disabled'
143 ports = get_option('additional-ports')
144 binds = get_option('additional-bind-to-device')
145 auths = get_option('additional-auth')
175 if get_option('experimental-bmcweb-user').allowed()
180 work_dir = '-~'
203 'watchdog-timeout-seconds',
209 # Copy pam-webserver to etc/pam.d
210 install_data('pam-webserver', install_dir: '/etc/pam.d/', rename: 'webserver')