✳️ Replace the highlighted information with your own
📌 My Active Directory:
🔸Hostname: svr01
🔸FQDN: svr01.ttc.local
🔸IP Address: 10.16.8.11
📌 My GLPI Server
🔸IP Address: 10.16.8.21
sudo cp Your-CA.cer /usr/local/share/ca-certificates/Your-CA.crt
sudo update-ca-certificates
openssl s_client -connect FQDN-of-the-AD:636 -showcerts
Connection Filter:
(&(objectCategory=person)(objectclass=user))
or
(&(objectClass=user)(objectCategory=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
BaseDN: ou=Your-OU,dc=ttc,dc=local
RootDN: [email protected]
Login Field: samaccountname
Synchronization Filed: objectguid
Read more
- How to Fix the Pairing Required Error in OpenClaw with Docker
- How to Boost Your Raspberry Pi Performance by Booting from USB or External Drive
- Fix the ‘Device Signature Expired’ Error in OpenClaw
- How to Access the OpenClaw Dashboard from ANYWHERE
- Enable Windows Subsystem for Linux (WSL) on Windows
- Banana Pi M2 Zero: A Compact Powerhouse for Your Projects
- Installing OpenClaw on Ubuntu Linux
- Top 10 Linux Server Management Tools for Efficient Administration
- How to Create Your OpenAI API Key: A Step-by-Step Guide
- Guide to Installing n8n Server on Ubuntu Using Docker