commit | b36b11c6cbda16324135ff0e7e7565d8435b6020 | [log] [tgz] |
---|---|---|
author | Anton D. Kachalov <gmouse@google.com> | Fri Mar 19 10:38:57 2021 +0100 |
committer | Anton D. Kachalov <gmouse@google.com> | Tue May 25 17:55:04 2021 +0200 |
tree | 2741c93a9ea4d54cd08b648cda1dccc0fa7677e6 | |
parent | a260f187436837aec493baef0a5e7063fe11ee92 [diff] [blame] |
Supply service & busconfig ACLs from the repo. This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 This change required by the following openbmc meta change: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/42672 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: Iad476fc32f9df6fe5ceb51e8eea2c798dcc51252
diff --git a/nslcd b/nslcd new file mode 100644 index 0000000..8ac1bf7 --- /dev/null +++ b/nslcd
@@ -0,0 +1,9 @@ +#REST URI endpoint +#example: /xyz/openbmc_project/certs/client/ldap +ENDPOINT=ldap + +#Path for the certificate file +CERTPATH=/etc/nslcd/certs/cert.pem + +#Type of the service client/server +TYPE=client