| /openbmc/phosphor-webui/app/access-control/controllers/ |
| H A D | ldap-controller.js | 35 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 D | LdapStore.js | 48 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/redfish/systems/eventlog/ |
| H A D | test_event_service.robot | 78 # Verify Redfish event service attribute ServiceEnabled is set to True. 79 ${resp} = Redfish_utils.Get Attribute /redfish/v1/EventService ServiceEnabled
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_ldap_utils.robot | 44 # 'ServiceEnabled': True, 77 ... {'ServiceEnabled': ${True},
|
| /openbmc/bmcweb/docs/ |
| H A D | Redfish.md | 74 - ServiceEnabled 107 - ServiceEnabled 509 - ServiceEnabled 772 - ServiceEnabled 846 - SerialConsole/IPMI/ServiceEnabled 850 - SerialConsole/SSH/ServiceEnabled 1094 - ServiceEnabled 1175 - ServiceEnabled
|
| /openbmc/webui-vue/src/store/modules/HardwareStatus/ |
| H A D | SystemStore.js | 30 system.serialConsoleEnabled = data.SerialConsole.ServiceEnabled;
|
| H A D | BmcStore.js | 20 bmc.graphicalConsoleEnabled = data.GraphicalConsole.ServiceEnabled;
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | redfish_coding_guidelines.md | 25 ${ldap_type_dict}= Create Dictionary ServiceEnabled=${False} 33 …Redfish.Patch ${REDFISH_BASE_URI}AccountService body={'${LDAP_TYPE}': {'ServiceEnabled': ${False…
|
| /openbmc/phosphor-user-manager/ |
| H A D | user_mgr.hpp | 71 using ServiceEnabled = bool; typedef 78 using DbusUserPropVariant = std::variant<Privilege, ServiceEnabled>;
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_ldap_configuration.robot | 44 ... 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 D | test_user_account.robot | 28 ${resp} = Redfish_utils.Get Attribute /redfish/v1/AccountService ServiceEnabled
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_firmware_inventory.robot | 18 [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 D | test_tasks_service.robot | 35 # "ServiceEnabled": true, 53 Should Be Equal ${resp["ServiceEnabled"]} ${TRUE}
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_sessions_management.robot | 109 Valid Value session_service['ServiceEnabled'] [True]
|
| /openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
| H A D | test_ldap_sub_menu.robot | 232 ... body={'${LDAP_TYPE}': {'ServiceEnabled': ${False}}}
|
| /openbmc/docs/designs/ |
| H A D | redfish-eventservice.md | 1247 | ServiceEnabled | Boolean | This indicates whether event service is enabled. D… 1279 "ServiceEnabled": true,
|