Home
last modified time | relevance | path

Searched full:accounts (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot2 Documentation Test suite for verifying Redfish admin, readonly operation user accounts.
37 [Teardown] Run Keywords Redfish.Delete /redfish/v1/AccountService/Accounts/admin_user
52 [Teardown] Run Keywords Redfish.Delete /redfish/v1/AccountService/Accounts/operator_user
67 [Teardown] Run Keywords Redfish.Delete /redfish/v1/AccountService/Accounts/readonly_user
192 Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
198 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{payload}
210 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{payload}
213 Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
225 Redfish.Delete /redfish/v1/AccountService/Accounts/newadmin_user
230 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_use
[all...]
H A Dtest_ipmi_redfish_user.robot39 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
59 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
64 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload}
84 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
89 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload}
119 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
123 Redfish.Delete /redfish/v1/AccountService/Accounts/${random_username}
180 ... /redfish/v1/AccountService/Accounts/${username} RoleId
198 ... /redfish/v1/AccountService/Accounts/${username} RoleId
220 ... user accounts.
[all …]
/openbmc/openbmc-test-automation/openpower/localuser/
H A Dtest_ipmi_redfish_user.robot36 ... /redfish/v1/AccountService/Accounts/${random_username} RoleId
50 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
60 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload}
76 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
83 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload}
86 Redfish.Delete /redfish/v1/AccountService/Accounts/${random_username}
104 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
111 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload}
131 Redfish.Post /redfish/v1/AccountService/Accounts body=&{payload}
138 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload}
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A D0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch45 + "org.freedesktop.Accounts",
46 + "/org/freedesktop/Accounts",
47 + "org.freedesktop.Accounts",
59 + g_warning ("Accounts couldn't find user: %s", error->message);
68 + "org.freedesktop.Accounts",
73 + "org.freedesktop.Accounts.User",
85 + g_warning ("Accounts couldn't find user icon: %s", error->message);
95 + g_warning ("Accounts didn't return a valid filename for user icon");
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish.py345 resource_path URI resource absolute path (e.g. "/redfish/v1/AccountService/Accounts").
348 /redfish/v1/AccountService/Accounts/
350 "@odata.id": "/redfish/v1/AccountService/Accounts",
352 "Description": "BMC User Accounts",
355 "@odata.id": "/redfish/v1/AccountService/Accounts/root"
358 "@odata.id": "/redfish/v1/AccountService/Accounts/admin"
362 "Name": "Accounts Collection"
366 ['/redfish/v1/AccountService/Accounts/root', "/redfish/v1/AccountService/Accounts/admin"]
369 ['/redfish/v1/AccountService/Accounts/root']
373 ${resp}= Redfish.Get Members List /redfish/v1/AccountService/Accounts
[all …]
H A Ddmtf_redfishtool_utils.robot20 # uri URI for GET operation (e.g. /redfish/v1/AccountService/Accounts/).
39 # uri URI for PATCH operation (e.g. /redfish/v1/AccountService/Accounts/ ).
59 # uri URI for POST operation (e.g. /redfish/v1/AccountService/Accounts/).
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot61 ${resp}= Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME}
78 ... Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME}
94 Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME}
114 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{payload}
171 Redfish.Delete /redfish/v1/AccountService/Accounts/admin_user
177 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{payload}
184 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user
257 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{payload}
301 ... AND Redfish.Delete /redfish/v1/AccountService/Accounts/${admin_user}
319 ${resp}= Redfish.Get /redfish/v1/AccountService/Accounts/${admin_user}
[all …]
H A Dtest_bmc_connections.robot102 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{user_info}
118 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{user_info}
235 Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
250 ... Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
308 [Teardown] Run Keywords Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
315 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{user_info}
327 Redfish.Post /redfish/v1/AccountService/Accounts/ body=&{user_info}
329 Redfish.Delete /redfish/v1/AccountService/Accounts/test_user
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_local_user.robot63 Redfishtool Access Resource /redfish/v1/AccountService/Accounts "UserT100" "TestPwd123"
137 Redfishtool Access Resource /redfish/v1/AccountService/Accounts "UserT100" "TestPwd123"
186 …Redfishtool Post ${data} /redfish/v1/AccountService/Accounts ${root_cmd_args} ${expected_error}
188 …Redfishtool Post ${data} /redfish/v1/AccountService/Accounts ${user_cmd_args} ${expected_error}
209 ... /redfish/v1/AccountService/Accounts/${user_name} ${root_cmd_args} ${expected_error}
212 ... /redfish/v1/AccountService/Accounts/${user_name} ${user_cmd_args} ${expected_error}
225 Redfishtool Delete /redfish/v1/AccountService/Accounts/${user_name}
237 ${user_account}= Redfishtool Get /redfish/v1/AccountService/Accounts/${user_name}
250 ... /redfish/v1/AccountService/Accounts/${user_name}
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js70 .get('/redfish/v1/AccountService/Accounts')
123 .post('/redfish/v1/AccountService/Accounts', data)
152 .patch(`/redfish/v1/AccountService/Accounts/${originalUsername}`, data)
173 .delete(`/redfish/v1/AccountService/Accounts/${username}`)
194 .delete(`/redfish/v1/AccountService/Accounts/${username}`)
237 .patch(`/redfish/v1/AccountService/Accounts/${username}`, data)
280 .patch(`/redfish/v1/AccountService/Accounts/${username}`, data)
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/
H A Dgrilo-plugins_0.3.16.bb18 # gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG relies on opengl b…
23 …= "-Denable-lua-factory=yes,-Denable-lua-factory=no,lua libarchive json-glib gnome-online-accounts"
/openbmc/openbmc-tools/openbmctool/
H A DREADME.md18 ## Enabling and Disabling Local BMC User Accounts
20 The local user accounts on the BMC, such as root, can be disabled, queried, and
33 To disable all local user accounts:
39 To re-enable all local user accounts:
197 To enable root user, refer to the "To re-enable all local user accounts" section
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DAccountService.v1_18_0.json39accounts. The properties include the password requirements and control features, such as account …
40accounts. The properties include the password requirements and control features, such as account …
104 "Accounts": { object
106 "description": "The collection of manager accounts.",
150 …user to provide a unique new password. This property does not apply to accounts from external acc…
182 …"description": "An indication of how the service uses the accounts collection within this account …
183 …cription": "This property shall govern how the service uses the manager accounts resource collecti…
189 …ation allows for this account service. This property does not apply to accounts from external acc…
196 …ation allows for this account service. This property does not apply to accounts from external acc…
251 …e that account passwords never expire. This property does not apply to accounts from external acc…
[all …]
H A DManagerAccountCollection.json93 "/redfish/v1/AccountService/Accounts",
94 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts"
H A DKeyCollection.json95 "/redfish/v1/AccountService/Accounts/{ManagerAccountId}/Keys",
96 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Keys",
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DAccountService.v1_18_0.json39accounts. The properties include the password requirements and control features, such as account …
40accounts. The properties include the password requirements and control features, such as account …
104 "Accounts": { object
106 "description": "The collection of manager accounts.",
150 …user to provide a unique new password. This property does not apply to accounts from external acc…
182 …"description": "An indication of how the service uses the accounts collection within this account …
183 …cription": "This property shall govern how the service uses the manager accounts resource collecti…
189 …ation allows for this account service. This property does not apply to accounts from external acc…
196 …ation allows for this account service. This property does not apply to accounts from external acc…
251 …e that account passwords never expire. This property does not apply to accounts from external acc…
[all …]
H A DManagerAccountCollection.json93 "/redfish/v1/AccountService/Accounts",
94 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts"
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DManagerAccountCollection_v1.xml42 …<Annotation Term="OData.Description" String="Create manager accounts through a `POST` to the manag…
57 <String>/redfish/v1/AccountService/Accounts</String>
58 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts</String>
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DManagerAccountCollection_v1.xml42 …<Annotation Term="OData.Description" String="Create manager accounts through a `POST` to the manag…
57 <String>/redfish/v1/AccountService/Accounts</String>
58 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts</String>
/openbmc/phosphor-webui/app/access-control/styles/
H A Dindex.scss1 @import "./user-accounts.scss";
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/msgraph/
H A Dmsgraph_0.3.3.bb18 gnome-online-accounts \
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dchsh7 # accounts with special shells from changing them.
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js2 * Controller for user Accounts
72 * API call to get all user accounts
262 const template = require('./user-accounts-modal-settings.html');
313 const template = require('./user-accounts-modal-user.html');
403 const template = require('./user-accounts-modal-remove.html');
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/
H A Dmsktutil_1.2.1.bb2 DESCRIPTION = "Msktutil creates user or computer accounts in Active Directory, \
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1381 json["Accounts"]["@odata.id"] = "/redfish/v1/AccountService/Accounts"; in handleAccountServiceGet()
1728 "/redfish/v1/AccountService/Accounts"; in handleAccountCollectionGet()
1731 asyncResp->res.jsonValue["Name"] = "Accounts Collection"; in handleAccountCollectionGet()
1732 asyncResp->res.jsonValue["Description"] = "BMC User Accounts"; in handleAccountCollectionGet()
1778 // accounts. in handleAccountCollectionGet()
1784 "/redfish/v1/AccountService/Accounts/{}", user); in handleAccountCollectionGet()
1836 "/redfish/v1/AccountService/Accounts/" + username); in processAfterCreateUser()
2008 // If authentication is disabled, there are no user accounts in handleAccountGet()
2110 // can only unlock accounts in handleAccountGet()
2161 "/redfish/v1/AccountService/Accounts/{}", accountName); in handleAccountGet()
[all …]

12345