From 2cb1e301b24577ab2840a0f6f6f46e71678a1985 Mon Sep 17 00:00:00 2001 From: i12bretro <54692756+i12bretro@users.noreply.github.com> Date: Mon, 17 Jan 2022 19:50:25 -0500 Subject: [PATCH] 0227: Configure OpenFire XMPP Chat LDAP Authentication --- 0227.html | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 0227.html diff --git a/0227.html b/0227.html new file mode 100644 index 0000000..8d390ce --- /dev/null +++ b/0227.html @@ -0,0 +1,115 @@ + + + + Configure OpenFire XMPP Chat LDAP Authentication + + + + + + +
+
+
+

Configure OpenFire XMPP Chat LDAP Authentication

+
+
+
+
    +
  1. Stop the OpenFire service
  2. +
  3. Open Windows explorer and navigate to the OpenFire installation directory /conf and edit openfire.xml with a text editor
  4. +
  5. Toward the bottom of the file, change the setup value from true to false
  6. +
  7. Save the file
  8. +
  9. Start the OpenFire service
  10. +
  11. Open a web browser and navigate to http://DNSorIP:9090
  12. +
  13. The OpenFire setup should initialize with previously configured values loaded
  14. +
  15. On the Profile Settings page, select the Directory Server (LDAP) option and click Continue
  16. +
  17. Complete the Connection Settings form as follows: +

    Server Type: Active Directory
    + Server Details: ldap://i12bretro.local
    + Base DN: CN=Users,DC=i12bretro,DC=local
    + Administration DN: CN=Read Only,CN=Users,DC=i12bretro,DC=local
    + Password: Read0nly!!

    +
  18. +
  19. Click the Test Settings button
  20. +
  21. Click the Save & Continue button
  22. +
  23. Click the Test Settings button
  24. +
  25. A randomly selected user's information should be displayed
  26. +
  27. Click the Save & Continue button
  28. +
  29. Click the Save & Continue button
  30. +
  31. Enter a LDAP user name to use as an OpenFire administrator > Click Add
  32. +
  33. Click Continue
  34. +
  35. Click the Login to the admin console button
  36. +
  37. Login with the LDAP username and password configured as an OpenFire admin
  38. +
  39. Click the Users/Groups tab in the top navigation
  40. +
  41. OpenFire should display all users matching the users found in the configured base DN
  42. +
+
+
+ + + \ No newline at end of file