Home
last modified time | relevance | path

Searched refs:ServiceEnabled (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-webui/app/access-control/controllers/
H A Dldap-controller.js35 const serviceEnabled = data.LDAP.ServiceEnabled ||
36 data.ActiveDirectory.ServiceEnabled;
37 const ldapServiceEnabled = data.LDAP.ServiceEnabled;
38 const adServiceEnabled = data.ActiveDirectory.ServiceEnabled;
139 if (!$scope.ldapProperties.ServiceEnabled &&
188 if (ldapProperties.LDAP.ServiceEnabled) {
190 } else if (ldapProperties.ActiveDirectory.ServiceEnabled) {
305 const ServiceEnabled = true;
322 {ServiceEnabled, Authentication, LDAPService, ServiceAddresses} field in AnonymousFunctionbae13d9f0200.createLdapEnableRequest.ldapRequest.LDAP
327 {ServiceEnabled, Authentication, LDAPService, ServiceAddresses} field in AnonymousFunctionbae13d9f0200.createLdapEnableRequest.ldapRequest.ActiveDirectory
[all …]
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DLdapStore.js48 ServiceEnabled, field in LdapStore.mutations.AnonymousClassb567187a0101
62 state.ldap.serviceEnabled = ServiceEnabled;
72 ServiceEnabled, field in LdapStore.mutations.AnonymousClassb567187a0201
85 state.activeDirectory.serviceEnabled = ServiceEnabled;
99 const ldapEnabled = LDAP.ServiceEnabled;
100 const activeDirectoryEnabled = ActiveDirectory.ServiceEnabled;
113 ActiveDirectory: { ServiceEnabled: false }, property in AnonymousClassb567187a0601.ActiveDirectory
132 LDAP: { ServiceEnabled: false }, property in AnonymousClassb567187a0801.LDAP
162 ServiceEnabled: serviceEnabled, property in LdapStore.actions.saveAccountSettings.data
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ldap_utils.robot44 # 'ServiceEnabled': True,
77 ... {'ServiceEnabled': ${True},
/openbmc/bmcweb/
H A DRedfish.md75 - ServiceEnabled
108 - ServiceEnabled
486 - ServiceEnabled
741 - ServiceEnabled
815 - SerialConsole/IPMI/ServiceEnabled
819 - SerialConsole/SSH/ServiceEnabled
1042 - ServiceEnabled
1122 - ServiceEnabled
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_service.robot78 # Verify Redfish event service attribute ServiceEnabled is set to True.
79 ${resp} = Redfish_utils.Get Attribute /redfish/v1/EventService ServiceEnabled
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md27 ${ldap_type_dict}= Create Dictionary ServiceEnabled=${False}
35 …Redfish.Patch ${REDFISH_BASE_URI}AccountService body={'${LDAP_TYPE}': {'ServiceEnabled': ${False…
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp68 using ServiceEnabled = bool; typedef
75 using DbusUserPropVariant = std::variant<Privilege, ServiceEnabled>;
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSystemStore.js30 system.serialConsoleEnabled = data.SerialConsole.ServiceEnabled;
H A DBmcStore.js20 bmc.graphicalConsoleEnabled = data.GraphicalConsole.ServiceEnabled;
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ldap_configuration.robot44 ... body={'${LDAP_TYPE}': {'ServiceEnabled': ${False}}}
55 ... body={'${LDAP_TYPE}': {'ServiceEnabled': ${True}}}
60 Verify LDAP Login With ServiceEnabled
61 [Documentation] Verify that LDAP Login with ServiceEnabled.
67 ... body={'${LDAP_TYPE}': {'ServiceEnabled': ${True}}}
296 ... body={'${LDAP_TYPE}': {'ServiceEnabled': ${True}}}
529 ... body={'${LDAP_TYPE}': {'ServiceEnabled': ${False}}}
598 ... body={'${inverse_ldap_type}': {'ServiceEnabled': ${service_state}}}
H A Dtest_user_account.robot27 ${resp} = Redfish_utils.Get Attribute /redfish/v1/AccountService ServiceEnabled
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot18 [Documentation] Verify "ServiceEnabled" is enabled.
25 # "ServiceEnabled": true
28 Should Be Equal As Strings ${resp.dict["ServiceEnabled"]} ${True}
/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot35 # "ServiceEnabled": true,
53 Should Be Equal ${resp["ServiceEnabled"]} ${TRUE}
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot104 Valid Value session_service['ServiceEnabled'] [True]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_ldap_sub_menu.robot230 ... body={'${LDAP_TYPE}': {'ServiceEnabled': ${False}}}
/openbmc/docs/designs/
H A Dredfish-eventservice.md1247 | ServiceEnabled | Boolean | This indicates whether event service is enabled. D…
1284 "ServiceEnabled": true,