e7d4559b | 06-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD001 warnings
The following warnings are generated by using markdownlint analysis: ``` docs/README.md:10 MD001/heading-increment Heading levels should only increment by one level at a time [Exp
Fix MD001 warnings
The following warnings are generated by using markdownlint analysis: ``` docs/README.md:10 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4] ``` Refer to markdown-lint [1] to fix MD001 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/001-header-increment.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I55d5132edb76bd2e46ea34d579b6a7b264581059
show more ...
|
1a80ae5a | 06-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` docs/README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` docs/README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## To Build"] ``` Refer to markdown-lint [1] to fix MD041 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/041-first-line-h1.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I2bdb36a03a1e3d454f30f69ebbb95b21cacd32f8
show more ...
|
34eb585c | 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer
Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ib455fe1ac0113d54115f8a15ecb6cd4bfcc07681
show more ...
|
40419f91 | 05-Oct-2023 |
Ravi Teja <raviteja28031990@gmail.com> |
Update README file
This commit updates meson build steps
Change-Id: Iae3d995e47075fe8d7d31d78afbe91f81183a530 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> |
23f82c1e | 27-Jul-2023 |
Michal Orzel <michalx.orzel@intel.com> |
Change authority D-Bus names
Changing authority service references in code from 'ldap' to more generic name, to comply with change in phosphor-certificate-manager.
Related change: https://gerrit.op
Change authority D-Bus names
Changing authority service references in code from 'ldap' to more generic name, to comply with change in phosphor-certificate-manager.
Related change: https://gerrit.openbmc.org/c/openbmc/phosphor-certificate-manager/+/65458
Tested: Adding, reading and removal of CA Certificate via Redfish works without any noticeable regression.
Change-Id: Ia0517844c5f1d8eb55c4dec156f409fd6875a502 Signed-off-by: Michal Orzel <michalx.orzel@intel.com>
show more ...
|
37d26c0f | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I4d84d2c5b03d005b66fabe13980539154cac162d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
3ab6cc28 | 03-Mar-2020 |
Joseph Reynolds <joseph-reynolds@charter.net> |
Add UserPasswordExpired for local users
Adds a new UserPasswordExpired property to local User.Attributes which represents if the account's password is expired and must be changed. The value correspo
Add UserPasswordExpired for local users
Adds a new UserPasswordExpired property to local User.Attributes which represents if the account's password is expired and must be changed. The value corresponds to the `chage` command.
Note this is distinct from UserLockedForFailedAttempt which represents a locked account due to unsuccessful authentication atttempts.
Tested: Via busctl - Checked local and LDAP users. - Expired password via `passwd --expire USER`. - Aged password via `chage USER`. - Changed password via REST API and via the `passwd USER` command.
Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: I44585559509a422bb91c83a2a853c1a033594350
show more ...
|
23886efd | 07-Oct-2018 |
Ratan Gupta <ratagupt@in.ibm.com> |
Add readme for user manager
This document presently have the various REST commands related to configuration of LDAP on the BMC.
Change-Id: I0c1be4692b546bb591378f73bc992d6c742c3bc1 Signed-off-by: R
Add readme for user manager
This document presently have the various REST commands related to configuration of LDAP on the BMC.
Change-Id: I0c1be4692b546bb591378f73bc992d6c742c3bc1 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
show more ...
|