Home
last modified time | relevance | path

Searched full:user (Results 1 – 25 of 6068) sorted by relevance

12345678910>>...243

/openbmc/openbmc/poky/bitbake/doc/
H A Dreleases.rst11 - :yocto_docs:`BitBake 2.8 User Manual </bitbake/2.8/>`
17 - :yocto_docs:`BitBake 2.0 User Manual </bitbake/2.0/>`
23 - :yocto_docs:`BitBake 1.46 User Manual </bitbake/1.46/>`
33 - :yocto_docs:`BitBake 2.6 User Manual </bitbake/2.6/>`
39 - :yocto_docs:`BitBake 2.4 User Manual </bitbake/2.4/>`
45 - :yocto_docs:`BitBake 2.2 User Manual </bitbake/2.2/>`
51 - :yocto_docs:`BitBake 1.52 User Manual </bitbake/1.52/>`
57 - :yocto_docs:`BitBake 1.50 User Manual </bitbake/1.50/>`
63 - :yocto_docs:`BitBake 1.48 User Manual </bitbake/1.48/>`
69 - :yocto_docs:`3.1 BitBake User Manual </3.1/bitbake-user-manual/bitbake-user-manual.html>`
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_user.robot2 Documentation Test suite for OpenBMC IPMI user management.
17 ${invalid_username} user%
34 # User defined count.
39 Verify IPMI User Summary
40 [Documentation] Verify IPMI maximum supported IPMI user ID and
41 ... enabled user from user summary.
44 ... Delete Created User ${random_userid}
46 ${initial_user_count} ${maximum_ids}= Get Enabled User Count
48 ${random_userid} ${random_username}= Create Random IPMI User
50 Run IPMI Standard Command user enable ${random_userid}
[all …]
H A Dtest_ipmi_payload.robot93 Verify Set User Access Payload For Standard Payload SOL
96 [Teardown] Run Keywords Set User Access Payload For Given User ${user_id_in_hex}
97 ... AND Delete Created User ${userid}
100 ${userid} ${username}= Create And Verify IPMI User
104 # Get default user access payload values.
105 …${default_user_access_payload}= Get User Access Payload For Given Channel ${userid_in_hex_format}
107 # Disable Standard payload 1 via set user access payload command.
108 Set User Access Payload For Given User ${user_id_in_hex} Disable
113 Verify Set User Access Payload For Operator Privileged User
114 [Documentation] Try to set user access payload using operator privileged user and expect error.
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_local_user.robot4 Documentation Suite to test local user management.
29 [Documentation] Create user via Redfishtool and verify.
31 [Teardown] Redfishtool Delete User "UserT100"
33 Redfishtool Create User "UserT100" "TestPwd123" "ReadOnly" true
34 Redfishtool Verify User "UserT100" "ReadOnly"
38 [Documentation] Modify user via Redfishtool and verify.
40 [Teardown] Redfishtool Delete User "UserT100"
42 Redfishtool Create User "UserT100" "TestPwd123" "ReadOnly" true
43 Redfishtool Update User Role "UserT100" "Administrator"
44 Redfishtool Verify User "UserT100" "Administrator"
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DManager.interface.yaml2 Provides user management functionality. As communication to this service is
9 Creates a new user. If the user already exists, then it will throw an
15 User name which has to be created.
19 List of groups to which the user has to be added.
23 Privilege of the user to be added.
27 User enabled / disabled.
32 - xyz.openbmc_project.User.Common.Error.UserNameExists
33 - xyz.openbmc_project.User.Common.Error.UserNameGroupFail
34 - xyz.openbmc_project.User.Common.Error.UserNamePrivFail
35 - xyz.openbmc_project.User.Common.Error.NoResource
[all …]
H A DREADME.md1 # User Management
5 User Manager service exposes D-Bus methods for user management operations.
7 ### User Manager Interface
9 User manager interface `xyz.openbmc_project.User.Manager` provides following
12 #### xyz.openbmc_project.User.Manager interface
16 - CreateUser - To create new user to the system.
17 - RenameUser - To rename existing user to new name in the system.
26 - UserRenamed - Signal sent out when user is renamed in the system.
28 #### xyz.openbmc_project.User.AccountPolicy interface
32 - MaxLoginAttemptBeforeLockout - Permissible attempt before locking out the user
[all …]
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot2 Documentation Test Redfish user account.
31 Verify Redfish Admin User Persistence After Reboot
32 [Documentation] Verify Redfish admin user persistence after reboot.
35 ... Redfish Create User admin_user TestPwd123 Administrator ${True}
43 Redfish Verify User admin_user TestPwd123 Administrator ${True}
46 Verify Redfish Operator User Persistence After Reboot
47 [Documentation] Verify Redfish operator user persistence after reboot.
50 ... Redfish Create User operator_user TestPwd123 Operator ${True}
58 Redfish Verify User operator_user TestPwd123 Operator ${True}
61 Verify Redfish Readonly User Persistence After Reboot
[all …]
H A Dtest_ipmi_redfish_user.robot2 Documentation Test IPMI and Redfish combinations for user management.
23 ${empty_name_pattern} ^User Name\\s.*\\s:\\s$
27 Create Admin Redfish User And Verify Login Via IPMI
28 [Documentation] Create user using redfish and verify via IPMI.
40 # Delay added for created new user password to get set.
46 Update User Password Via Redfish And Verify Using IPMI
47 [Documentation] Update user password via Redfish and verify using IPMI.
50 # Create user using Redfish.
60 # Update user password using Redfish.
71 Update User Privilege Via Redfish And Verify Using IPMI
[all …]
H A Dtest_ldap_configuration.robot2 Documentation Test Redfish LDAP user configuration.
39 [Documentation] Verify that LDAP is disabled and that LDAP user cannot
49 ... msg=LDAP user was able to login even though the LDAP service was disabled.
52 # Enabling LDAP so that LDAP user works.
118 Verify LDAP User Login
119 [Documentation] Verify that LDAP user able to login into BMC.
144 Verify LDAP User With Admin Privilege Able To Do BMC Reboot
145 [Documentation] Verify that LDAP user with administrator privilege able to do BMC reboot.
149 Update LDAP Configuration with LDAP User Role And Group ${LDAP_TYPE}
152 # With LDAP user and with right privilege trying to do BMC reboot.
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot3 Documentation Test OpenBMC GUI "User management" sub-menu of "Security and access".
16 ${xpath_user_management_heading} //h1[text()="User management"]
19 ${xpath_add_user} //button[contains(text(),'Add user')]
30 ${xpath_delete_button} //button[text()='Delete user']
31 ${xpath_add_user_heading} //h5[contains(text(),'Add user')]
37 ${xpath_user_creation_error_message} //*[contains(text(),'Error creating user')]
45 Verify Navigation To User Management Page
46 [Documentation] Verify navigation to user management page.
52 Verify Existence Of All Sections In User Management Page
53 [Documentation] Verify existence of all sections in user management page.
[all …]
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Duser.rst2 Documentation for /proc/sys/user/
12 /proc/sys/user.
16 per user per user namespace limits.
24 The creation of per user per user namespace objects are charged to
25 the user in the user namespace who created the object and
26 verified to be below the per user limit in that user namespace.
29 who created user namespaces the creation of the object happens
30 in (user namespaces can be nested) and verified to be below the per user
31 limits in the user namespaces of those users.
34 user namespace does not allow a user to escape their current limits.
[all …]
/openbmc/linux/fs/smb/server/mgmt/
H A Duser_config.c15 struct ksmbd_user *user = NULL; in ksmbd_login_user() local
24 user = ksmbd_alloc_user(resp); in ksmbd_login_user()
27 return user; in ksmbd_login_user()
32 struct ksmbd_user *user = NULL; in ksmbd_alloc_user() local
34 user = kmalloc(sizeof(struct ksmbd_user), GFP_KERNEL); in ksmbd_alloc_user()
35 if (!user) in ksmbd_alloc_user()
38 user->name = kstrdup(resp->account, GFP_KERNEL); in ksmbd_alloc_user()
39 user->flags = resp->status; in ksmbd_alloc_user()
40 user->gid = resp->gid; in ksmbd_alloc_user()
41 user->uid = resp->uid; in ksmbd_alloc_user()
[all …]
H A Duser_config.h23 static inline bool user_guest(struct ksmbd_user *user) in user_guest() argument
25 return user->flags & KSMBD_USER_FLAG_GUEST_ACCOUNT; in user_guest()
28 static inline void set_user_flag(struct ksmbd_user *user, int flag) in set_user_flag() argument
30 user->flags |= flag; in set_user_flag()
33 static inline int test_user_flag(struct ksmbd_user *user, int flag) in test_user_flag() argument
35 return user->flags & flag; in test_user_flag()
38 static inline void set_user_guest(struct ksmbd_user *user) in set_user_guest() argument
42 static inline char *user_passkey(struct ksmbd_user *user) in user_passkey() argument
44 return user->passkey; in user_passkey()
47 static inline char *user_name(struct ksmbd_user *user) in user_name() argument
[all …]
/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp42 * @enum User update events.
57 * Structure for user privilege access (refer spec sec 22.22)
69 * Structure for user related information
83 * Structure for array of user related information
88 UserInfo user[ipmiMaxUsers + 1]; member
91 /** @brief PAM User Authentication check
126 * @param[in] userId - user id
132 /** @brief determines valid user privilege
140 /** @brief determines sync index to be mapped with common-user-management
162 /** @brief determines whether user name is valid
[all …]
H A Duser_layer.hpp47 * User privilege related access data as per IPMI specification.(refer spec
71 * given user and channel. (refer spec sec 24.6)
81 /** @brief initializes user management
87 /** @brief The ipmi get user password layer call
89 * @param[in] userName - user name
98 * @param[in] userName - user name to be removed
104 /** @brief The IPMI call to reuse password entry for the renamed user
107 * @param[in] userName - user name which has to be renamed
108 * @param[in] newUserName - new user name
117 * @param[in] userId - user id
[all …]
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp27 #include <xyz/openbmc_project/User/AccountPolicy/server.hpp>
28 #include <xyz/openbmc_project/User/Manager/server.hpp>
38 namespace user namespace
47 using UserMgrIface = sdbusplus::xyz::openbmc_project::User::server::Manager;
51 sdbusplus::xyz::openbmc_project::User::server::AccountPolicy;
110 * @brief Responsible for managing user accounts over the D-Bus interface.
129 /** @brief create user method.
130 * This method creates a new user as requested
132 * @param[in] userName - Name of the user which has to be created
133 * @param[in] groupNames - Group names list, to which user has to be added.
[all …]
/openbmc/openbmc-test-automation/gui/test/access_control/
H A Dtest_obmc_gui_local_users.robot18 ${xpath_add_user} //button[text()[contains(.,"Add user")]]
29 Verify Existence Of All Sections In Local User Management Page
30 [Documentation] Verify existence of all sections in local user management page.
36 Verify Existence Of All Buttons In Local User Management Page
37 [Documentation] Verify existence of all buttons in local user management page.
46 Verify Existence Of All Input Boxes In Local User Management Page
47 [Documentation] Verify existence of all input boxes in local user management page.
53 Add User And Verify
54 [Documentation] Add user and verify.
57 # Confirm same user does not exist.
[all …]
/openbmc/openbmc-test-automation/openpower/localuser/
H A Dtest_ipmi_redfish_user.robot2 Documentation Test IPMI and Redfish combinations for user management.
25 Create IPMI User Without Any Privilege And Verify Via Redfish
26 [Documentation] Create user using IPMI without privilege and verify user privilege
30 # Create IPMI user with random id and username.
34 ... user set name ${random_userid} ${random_username}
36 # Verify new user privilege level via Redfish.
42 Create Admin User Via Redfish And Verify Login Via IPMI
43 [Documentation] Create user via redfish and verify via IPMI.
55 # Add delay for a new admin user password to set.
58 Enable IPMI Access To User Using Redfish ${random_username}
[all …]
/openbmc/docs/architecture/
H A Duser-management.md1 # User Management - OpenBMC - Design document
6 user-management components. The implementation detail is beyond the scope of
11 1. Use common user-management (e.g. phosphor-user-manager) rather than
12 application-based user-management. Especially, avoid IPMI based
13 user-management.
15 Observe this rule even while creating, modifying or authenticating the user.
16 3. Have applications use the PAM module to authenticate the user instead of
18 4. User creation has to be generic in nature wherever possible.
24 or if the user created doesn't have an 'ipmi' group role.
25 6. User name, Password, Group and Privilege roles are maintained by the common
[all …]
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js2 * Controller for user Accounts
32 * @param {*} user
34 function checkIfRoot(user) { argument
35 return user.UserName === 'root' ? true : false;
40 * @param {*} user
41 * @returns user
43 function mapTableData(user) { argument
44 const accountStatus = user.Locked ? 'Locked' :
45 user.Enabled ? 'Enabled' :
50 enabled: checkIfRoot(user) ? false : true,
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dsignal.c71 static void init_user_layout(struct rt_sigframe_user_layout *user) in init_user_layout() argument
74 sizeof(user->sigframe->uc.uc_mcontext.__reserved); in init_user_layout()
76 memset(user, 0, sizeof(*user)); in init_user_layout()
77 user->size = offsetof(struct rt_sigframe, uc.uc_mcontext.__reserved); in init_user_layout()
79 user->limit = user->size + reserved_size; in init_user_layout()
81 user->limit -= TERMINATOR_SIZE; in init_user_layout()
82 user->limit -= EXTRA_CONTEXT_SIZE; in init_user_layout()
86 static size_t sigframe_size(struct rt_sigframe_user_layout const *user) in sigframe_size() argument
88 return round_up(max(user->size, sizeof(struct rt_sigframe)), 16); in sigframe_size()
99 static int __sigframe_alloc(struct rt_sigframe_user_layout *user, in __sigframe_alloc() argument
[all …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot2 Documentation Test root user expire password.
17 # If user re-tries more than 5 time incorrectly, the user gets locked for 5 minutes.
29 [Documentation] Expire root user password and expect an error while access via IPMI.
40 [Documentation] Expire root user password and expect an error while access via SSH.
51 Expire And Change Root User Password And Access Via SSH
52 [Documentation] Expire and change root user password and access via SSH.
55 ... Restore Default Password For Root User AND FFDC On Test Case Fail
72 ... Restore Default Password For Root User AND FFDC On Test Case Fail
83 Expire And Change Root User Password Via Redfish And Verify
84 [Documentation] Expire and change root user password via Redfish and verify.
[all …]
/openbmc/qemu/docs/system/devices/
H A Dvhost-user.rst3 vhost-user back ends
6 vhost-user back ends are way to service the request of VirtIO devices
10 vhost-user device
16 device that connects via a socket to the vhost-user *daemon*.
21 .. list-table:: vhost-user devices
28 * - vhost-user-blk
30 - See contrib/vhost-user-blk
31 * - vhost-user-fs
34 * - vhost-user-gpio
37 * - vhost-user-gpu
[all …]
/openbmc/qemu/scripts/
H A Dupdate-syscalltbl.sh2 arch/alpha/kernel/syscalls/syscall.tbl,linux-user/alpha/syscall.tbl \
3 arch/arm/tools/syscall.tbl,linux-user/arm/syscall.tbl \
4 scripts/syscall.tbl,linux-user/aarch64/syscall_64.tbl \
5 scripts/syscall.tbl,linux-user/hexagon/syscall.tbl \
6 scripts/syscall.tbl,linux-user/loongarch64/syscall.tbl \
7 arch/m68k/kernel/syscalls/syscall.tbl,linux-user/m68k/syscall.tbl \
8 arch/microblaze/kernel/syscalls/syscall.tbl,linux-user/microblaze/syscall.tbl \
9 arch/mips/kernel/syscalls/syscall_n32.tbl,linux-user/mips64/syscall_n32.tbl \
10 arch/mips/kernel/syscalls/syscall_n64.tbl,linux-user/mips64/syscall_n64.tbl \
11 arch/mips/kernel/syscalls/syscall_o32.tbl,linux-user/mips/syscall_o32.tbl \
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-all-test-cross.docker7 # to build and run linux-user tests on GitLab
70user,arm-linux-user,hppa-linux-user,i386-linux-user,m68k-linux-user,mips-linux-user,mips64-linux-u…
71 # As a final step configure the user (if env is defined)
73 ARG USER
75 RUN if [ "${USER}" ]; then \
76 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi

12345678910>>...243