0227.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Configure OpenFire XMPP Chat LDAP Authentication</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="OpenFire LDAP Authentication Setup,Home Lab,Home Lab Ideas,Self-Hosted,AD,Active Directory,Administration,Authentication,Browser Based Administration,Chat,Chat Server,XMPP,System Administration,Secure Communication,Pidgin,OpenFire Server,OpenFire,LDAP,Lightweight Directory Access Protocol,Linux,Instant Messaging,Instant Messager,Free Software,Freeware,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Configure OpenFire XMPP Chat LDAP Authentication">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="05/16/2022 01:54:06 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Configure OpenFire XMPP Chat LDAP Authentication</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Stop the OpenFire service</li>
  27. <li>Open Windows explorer and navigate to the OpenFire installation directory /conf and edit openfire.xml with a text editor</li>
  28. <li>Toward the bottom of the file, change the setup value from true to false</li>
  29. <li>Save the file</li>
  30. <li>Start the OpenFire service</li>
  31. <li>Open a web browser and navigate to http://DNSorIP:9090</li>
  32. <li>The OpenFire setup should initialize with previously configured values loaded</li>
  33. <li>On the Profile Settings page, select the Directory Server (LDAP) option and click Continue</li>
  34. <li>Complete the Connection Settings form as follows:
  35. <p>Server Type: Active Directory<br />
  36. Server Details: ldap://i12bretro.local<br />
  37. Base DN:&nbsp;CN=Users,DC=i12bretro,DC=local<br />
  38. Administration DN: CN=Read Only,CN=Users,DC=i12bretro,DC=local<br />
  39. Password: Read0nly!!</p>
  40. </li>
  41. <li>Click the Test Settings button</li>
  42. <li>Click the Save &amp; Continue button</li>
  43. <li>Click the Test Settings button</li>
  44. <li>A randomly selected user&#39;s information should be displayed</li>
  45. <li>Click the Save &amp; Continue button</li>
  46. <li>Click the Save &amp; Continue button</li>
  47. <li>Enter a LDAP user name to use as an OpenFire administrator &gt; Click Add</li>
  48. <li>Click Continue</li>
  49. <li>Click the Login to the admin console button</li>
  50. <li>Login with the LDAP username and password configured as an OpenFire admin</li>
  51. <li>Click the Users/Groups tab in the top navigation</li>
  52. <li>OpenFire should display all users matching the users found in the configured base DN</li>
  53. </ol> </div>
  54. </div>
  55. </body>
  56. </html>