Code in this video_Import and Sync Active Directory Users in GLPI via LDAPS

✳️ 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

Leave a Reply

Your email address will not be published. Required fields are marked *