--- title: description: date: 2023-04-20 lang: zh-tw tags: - 樹莓派 - Linux - docker --- # 樹莓派筆記- Organizr:綁定 LLDAP 讓帳號都統一吧! ## 開始 先到 System Settings > Main > Authentication :::info dc=example,dc=com 都改成自己的域名 ::: ### Host Address ``` ldap://lldap:3890 ``` ### Host Base DN ``` cn=%s,ou=people,dc=example,dc=com ``` ### Account prefix ``` cn= ``` ### Account Suffix ``` ,ou=people,dc=example,dc=com ``` ### Bind Username ``` cn=admin,ou=people,dc=example,dc=com ``` ### Bind Password ``` ADMIN_PASSWORD ``` ### LDAP Backend Type ``` OpenLDAP ``` ## 結尾 存檔!! 就可以點測試連接 沒問題的話,就會跳 ``` API Connection Success ``` ## Ref * https://github.com/lldap/lldap/blob/main/example_configs/Organizr.md * https://docs.organizr.app/features/authentication-backends/ldap-backend
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up