Home
last modified time | relevance | path

Searched full:account (Results 1 – 25 of 1818) sorted by relevance

12345678910>>...73

/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DManagerAccount.v1_13_0.json49 "description": "This action changes the account password.",
50 …"longDescription": "This action shall change the account password while requiring password for the…
53 "description": "The new account password.",
59 "description": "The password of the account tied to the current session.",
60 …on": "This parameter shall contain the password of the current session's account. A user changing…
95 … secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
96 …RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
131 … secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
132 …RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
217 … "description": "The link to the Redfish role that defines the privileges for this account.",
[all …]
H A DAccountService.v1_16_0.json25 …"ActiveDirectoryService": "The external account provider shall be a Microsoft Active Directory Tec…
26 …"LDAPService": "The external account provider shall be an RFC4511-conformant service. The `Servic…
27 …"OAuth2": "The external account provider shall be an RFC6749-conformant service. The `ServiceAddr…
28 …"RedfishService": "The external account provider shall be a DMTF Redfish Specification-conformant …
29 …"TACACSplus": "The external account provider shall be an RFC8907-conformant service. The `Service…
39account service. The properties are common to, and enable management of, all user accounts. The …
40account service for a Redfish implementation. The properties are common to, and enable management…
70 …o `0`. Then, `AccountLockoutThreshold` failures are required before the account is locked. This …
77 …counter and if the user reaches the `AccountLockoutThreshold` limit, the account will be locked ou…
78 …counter and if the user reaches the `AccountLockoutThreshold` limit, the account shall be locked o…
[all …]
H A DExternalAccountProvider.v1_8_0.json25 …"ActiveDirectoryService": "The external account provider shall be a Microsoft Active Directory Tec…
26 …"LDAPService": "The external account provider shall be an RFC4511-conformant service. The `Servic…
27 …"OAuth2": "The external account provider shall be an RFC6749-conformant service. The `ServiceAddr…
28 …"RedfishService": "The external account provider shall be a DMTF Redfish Specification-conformant …
29 …"TACACSplus": "The external account provider shall be an RFC8907-conformant service. The `Service…
92 … "description": "The type of authentication used to connect to the external account provider.",
93 …operty shall contain the type of authentication used to connect to the external account provider.",
98account services that support some form of encryption, obfuscation, or authentication such as TACA…
217 … "description": "The type of external account provider to which this service connects.",
218 …"longDescription": "This property shall contain the type of external account provider to which thi…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DManagerAccount.v1_13_0.json49 "description": "This action changes the account password.",
50 …"longDescription": "This action shall change the account password while requiring password for the…
53 "description": "The new account password.",
59 "description": "The password of the account tied to the current session.",
60 …on": "This parameter shall contain the password of the current session's account. A user changing…
95 … secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
96 …RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
131 … secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
132 …RFC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account.",
217 … "description": "The link to the Redfish role that defines the privileges for this account.",
[all …]
H A DAccountService.v1_16_0.json25 …"ActiveDirectoryService": "The external account provider shall be a Microsoft Active Directory Tec…
26 …"LDAPService": "The external account provider shall be an RFC4511-conformant service. The `Servic…
27 …"OAuth2": "The external account provider shall be an RFC6749-conformant service. The `ServiceAddr…
28 …"RedfishService": "The external account provider shall be a DMTF Redfish Specification-conformant …
29 …"TACACSplus": "The external account provider shall be an RFC8907-conformant service. The `Service…
39account service. The properties are common to, and enable management of, all user accounts. The …
40account service for a Redfish implementation. The properties are common to, and enable management…
70 …o `0`. Then, `AccountLockoutThreshold` failures are required before the account is locked. This …
77 …counter and if the user reaches the `AccountLockoutThreshold` limit, the account will be locked ou…
78 …counter and if the user reaches the `AccountLockoutThreshold` limit, the account shall be locked o…
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D172.out31 account-invalid = "auto"
32 account-failed = "auto"
60 account-invalid = "auto"
61 account-failed = "auto"
99 account-invalid = "auto"
100 account-failed = "auto"
113 account-invalid = "auto"
114 account-failed = "auto"
156 account-invalid = "auto"
157 account-failed = "auto"
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/images/
H A Dobmc-phosphor-image.bbappend17 # DISTRO_FEATURES += "ibm-service-account-policy"
19 # The service account policy is as follows:
20 # root - The root account remains present. It is needed for internal
29 # The admin account does not have a home directory.
35 # The service account is not authorized to IPMI because of the inherent
38 # The service account does not have a home directory. The home directory is
47 # Add group "wheel" (before adding the "service" account).
52 # Add the "admin" account.
58 # Add the "service" account.
65 …-phosphor-image += "${@bb.utils.contains('DISTRO_FEATURES', 'ibm-service-account-policy', "${IBM_E…
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Duseradd.py34 … "--base-dir", metavar="BASE_DIR", help="base directory for the home directory of the new account")
35 parser.add_argument("-c", "--comment", metavar="COMMENT", help="GECOS field of the new account")
36 …rser.add_argument("-d", "--home-dir", metavar="HOME_DIR", help="home directory of the new account")
38 …dd_argument("-e", "--expiredate", metavar="EXPIRE_DATE", help="expiration date of the new account")
39 …ument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of the new account")
40 …argument("-g", "--gid", metavar="GROUP", help="name or ID of the primary group of the new account")
41 …rgument("-G", "--groups", metavar="GROUPS", help="list of supplementary groups of the new account")
49 ….add_argument("-p", "--password", metavar="PASSWORD", help="encrypted password of the new account")
51 parser.add_argument("-r", "--system", help="create a system account", action="store_true")
52 parser.add_argument("-s", "--shell", metavar="SHELL", help="login shell of the new account")
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot18 ${xpath_account_policy} //button[contains(text(),'Account policy settings')]
32 ${xpath_policy_settings_header} //*[text()="Account policy settings"]
93 Verify Existence Of All Buttons And Fields In Account Policy Settings
94 [Documentation] Verify existence of all buttons and fields in account policy settings page.
129 Verify User Account And Properties Saved Through Reboots
130 [Documentation] Verify that user account and properties saved through reboots.
134 # Create an User account.
144 Delete User Account Via GUI
145 [Documentation] Delete user account via GUI.
148 # Create new user account via GUI.
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DAccountService_v1.xml63account service. The properties are common to, and enable management of, all user accounts. The …
64account service for a Redfish implementation. The properties are common to, and enable management…
73 …ring="Some properties, such as thresholds and durations, can be updated for the account service."/>
106 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
110 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
114 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
118 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
122 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
126 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
138 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
[all …]
H A DManagerAccount_v1.xml48 …nes the user accounts that are owned by a manager. Changes to a manager account might affect the …
49 …tring="This resource shall represent a user account for the manager in a Redfish implementation. …
76 <Annotation Term="OData.Description" String="This action changes the account password."/>
77 …<Annotation Term="OData.LongDescription" String="This action shall change the account password whi…
88 …<Annotation Term="OData.Description" String="The password of the account tied to the current sessi…
89 …ring="This parameter shall contain the password of the current session's account. A user changing…
92 <Annotation Term="OData.Description" String="The new account password."/>
98 …secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
99 …FC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
113 …secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DAccountService_v1.xml63account service. The properties are common to, and enable management of, all user accounts. The …
64account service for a Redfish implementation. The properties are common to, and enable management…
73 …ring="Some properties, such as thresholds and durations, can be updated for the account service."/>
106 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
110 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
114 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
118 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
122 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
126 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
138 …<Annotation Term="OData.LongDescription" String="This value shall indicate an account or role mapp…
[all …]
H A DManagerAccount_v1.xml48 …nes the user accounts that are owned by a manager. Changes to a manager account might affect the …
49 …tring="This resource shall represent a user account for the manager in a Redfish implementation. …
76 <Annotation Term="OData.Description" String="This action changes the account password."/>
77 …<Annotation Term="OData.LongDescription" String="This action shall change the account password whi…
88 …<Annotation Term="OData.Description" String="The password of the account tied to the current sessi…
89 …ring="This parameter shall contain the password of the current session's account. A user changing…
92 <Annotation Term="OData.Description" String="The new account password."/>
98 …secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
99 …FC6238-defined Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
113 …secret key for Time-based One-Time Password (TOTP) multi-factor authentication for this account."/>
[all …]
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account2 # /etc/pam.d/common-account - authorization settings common to all services
17 account [success=2 new_authtok_reqd=done default=ignore] pam_unix.so
18 -account [success=1 new_authtok_reqd=done default=ignore] pam_ldap.so ignore_unknown_user igno…
20 account requisite pam_deny.so
22 account required pam_faillock.so
26 account required pam_permit.so
/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account2 # /etc/pam.d/common-account - authorization settings common to all services
17 account [success=2 new_authtok_reqd=done default=ignore] pam_unix.so
18 -account [success=1 new_authtok_reqd=done default=ignore] pam_ldap.so ignore_unknown_user igno…
20 account requisite pam_deny.so
22 account required pam_faillock.so
26 account required pam_permit.so
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dshadow-update-pam-conf.patch8 In yocto it obey the way with Debian/Ubuntu, and the names are common-auth, common-account,
36 account required pam_permit.so
46 account required pam_permit.so
56 account required pam_permit.so
66 account required pam_permit.so
76 account required pam_permit.so
86 account required pam_permit.so
96 account required pam_permit.so
106 account required pam_permit.so
116 account required pam_permit.so
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmanager_network_protocol.hpp23 Account, enumerator
36 Account, enumerator
58 {SNMPAuthenticationProtocols::Account, "Account"},
71 {SNMPEncryptionProtocols::Account, "Account"},
/openbmc/linux/Documentation/mm/
H A Dovercommit-accounting.rst73 * We account mmap memory mappings
74 * We account mprotect changes in commit
75 * We account mremap changes in size
76 * We account brk
77 * We account munmap
79 * Account and check on fork
86 * Account ptrace pages (this is hard)
/openbmc/docs/designs/
H A Dexpired-password.md23 authentication and account validation steps typically result in outcomes like
27 correct and the account being accessed is valid.
28 2. Failure, when either the access credentials are invalid or the account being
29 accessed is invalid. For example, the account itself (not merely its
32 account is valid except the account's password is expired (such as indicated
36 PasswordChangeRequired the same as an account that is invalid for any other
69 - An account with an expired password must not be allowed to use the BMC (except
83 - The BMC has at least one account with a default password built in.
94 and is not based on time. An account with an expired password is neither
102 access via an account which has an expired password. If the access
[all …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot11 Test Setup Set Account Lockout Threshold
136 Wait Until Page Contains Successfully saved account settings.
137 Wait Until Page Does Not Contain Successfully saved account settings. timeout=20
145 Verify Maximum Failed Attempts And Check Root User Account Locked
146 [Documentation] Verify maximum failed attempts and locks out root user account.
148 [Setup] Set Account Lockout Threshold account_lockout_threshold=${5}
170 # Make sure the user account in question does not already exist.
296 Verify Maximum Failed Attempts For Admin User And Check Account Locked
298 ... and check whether admin user account is locked.
300 …[Teardown] Run Keywords Set Account Lockout Threshold account_lockout_threshold=${defaultlockou…
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAccountPolicy.interface.yaml2 Provides global user account policy related management.
9 user. Value of 0 indicates that account lockout feature is disabled.
16 Configures timeout needed (in seconds) to unlock the account after a
17 lockout. Value of 0 indicates that account must be unlocked manually.
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account2 # /etc/pam.d/common-account - authorization settings common to all services
17 account [success=1 new_authtok_reqd=done default=ignore] pam_unix.so
19 account requisite pam_deny.so
23 account required pam_permit.so
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Dvlock_pam1 # Use the default auth and account policies for vlock
3 account include common-account
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin49 # account requisite pam_time.so
54 # account required pam_access.so
74 # Standard Un*x account and session
75 account include common-account
/openbmc/linux/fs/smb/server/
H A Dksmbd_netlink.h15 * daemon using netlink. This is added to track and cache user account DB
33 * This event is to get user account info to user IPC daemon.
130 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
141 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
199 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member
225 * IPC Response structure to logout user account.
228 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member

12345678910>>...73