commit | ac1ba02ad7a8479d1ef84fa3feeba98e8cd17a7f | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@linux.vnet.ibm.com> | Tue May 26 13:47:22 2020 +0530 |
committer | Ratan Gupta <ratagupt@linux.vnet.ibm.com> | Thu May 28 06:14:37 2020 +0000 |
tree | 8438926148748b23fbc3e6da7489988e58d24b02 | |
parent | 7870f1f904d179140cdd3319e10b964e5ca3ce11 [diff] |
Revert "[pam]: Restrict user authentication to redfish grp" This reverts commit cd17b26c893ba9dd1dcb0d56d725f2892c57e125. Due to the commit LDAP stops working. More info: https://lists.ozlabs.org/pipermail/openbmc/2020-May/021702.html Hence it was decided to revert the commit(cd17b26c893ba9dd1dcb0d56d725f2892c57e125). https://lists.ozlabs.org/pipermail/openbmc/2020-May/021704.html Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com> Change-Id: Ib9f98214057c3e04ea2667462c2b5210e1bcdf68
This component attempts to be a "do everything" embedded webserver for openbmc.
At this time, the webserver implements a few interfaces:
BMCWeb is configured by setting -D
flags that correspond to options in bmcweb/CMakeLists.txt
and then compiling. For example, cmake -DBMCWEB_ENABLE_KVM=NO ...
followed by make
. The option names become C++ preprocessor symbols that control which code is compiled into the program.
When BMCWeb starts running, it reads persistent configuration data (such as UUID and session data) from a local file. If this is not usable, it generates a new configuration.
When BMCWeb SSL support is enabled and a usable certificate is not found, it will generate a self-sign a certificate before launching the server. The keys are generated by the secp384r1
algorithm. The certificate
C=US, O=OpenBMC, CN=testhost
,SHA-256
algorithm.