在前一篇"openBMC LDAP 設定(一) - nss-pam-ldapd" 提到了openbmc ldap設定和驗證,能從以下幾個方向來看
- nss-pam-ldapd
- ldap server 架設
- redfish/web 設定
這篇會接續介紹剩下兩個部分,就是ldap server的架設和redfish/web設定
因為openbmc支援了 openldap 和 windows 的ad,因此這篇選用OpenLDAP server架設為範例
在前一篇"openBMC LDAP 設定(一) - nss-pam-ldapd" 提到了openbmc ldap設定和驗證,能從以下幾個方向來看
因為openbmc支援了 openldap 和 windows 的ad,因此這篇選用OpenLDAP server架設為範例
想看更多Lua教學可以看之前的文章: Learn Lua in 10 minutes 裡面有內容大綱和更多仔細地介紹
Lua的Coroutines可以說是一個能隨時停止或執行的function,官網原文是
A coroutine is a function that can suspend execution to be resumed later.
這是一篇文章能讓你10 分鐘學會lua 基本用法的教學文
底下是這篇文章會介紹到的基本用法,灰色部分會在其他章節中另外介紹
Lua Basics
Comment
String
Number
Variable scope
Ternary Operator
Loop Activity(while, repeat)
Table
Multiple Assignment
Function
Module
Metatables
Prototype Based OO Programming
LuaJIT - FFI Library