Setup LDAP on Rocky Linux 8
確認安裝好下列套件: 如果有使用憑證先把憑證安裝好,openssl這個指令沒有弄似乎也可以: 利用 authconfig 設定 ldap,如果有使用憑證記得將 TLS_CACERT 設定到 ldap.conf 然後設定 sssd.conf 檔案 還有啟動 sssd & oddjobd 服務 這樣就算設定好了 如果某天不想要用 ldap 可以用下列指令解除:
確認安裝好下列套件: 如果有使用憑證先把憑證安裝好,openssl這個指令沒有弄似乎也可以: 利用 authconfig 設定 ldap,如果有使用憑證記得將 TLS_CACERT 設定到 ldap.conf 然後設定 sssd.conf 檔案 還有啟動 sssd & oddjobd 服務 這樣就算設定好了 如果某天不想要用 ldap 可以用下列指令解除:
edit your hosts file or configure dns server. the following commands you need to configure all of your ldap servers. install ldap …
Using php to create openldap sha password hash 應該很少有人有這樣的需求. 不過我就是有. 下面程式可以讓你產生 ldap sha 密碼 hash : 1 2 $passwd = "TOP_SECRET"; $ldap_passwd …
如何使用 php 連結 ldap server? 下面是我的程式範例 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 …