123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Configure OpenFire XMPP Chat LDAP Authentication</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Configure OpenFire XMPP Chat LDAP Authentication">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="05/16/2022 01:54:06 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Configure OpenFire XMPP Chat LDAP Authentication</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Stop the OpenFire service</li>
- <li>Open Windows explorer and navigate to the OpenFire installation directory /conf and edit openfire.xml with a text editor</li>
- <li>Toward the bottom of the file, change the setup value from true to false</li>
- <li>Save the file</li>
- <li>Start the OpenFire service</li>
- <li>Open a web browser and navigate to http://DNSorIP:9090</li>
- <li>The OpenFire setup should initialize with previously configured values loaded</li>
- <li>On the Profile Settings page, select the Directory Server (LDAP) option and click Continue</li>
- <li>Complete the Connection Settings form as follows:
- <p>Server Type: Active Directory<br />
- Server Details: ldap://i12bretro.local<br />
- Base DN: CN=Users,DC=i12bretro,DC=local<br />
- Administration DN: CN=Read Only,CN=Users,DC=i12bretro,DC=local<br />
- Password: Read0nly!!</p>
- </li>
- <li>Click the Test Settings button</li>
- <li>Click the Save & Continue button</li>
- <li>Click the Test Settings button</li>
- <li>A randomly selected user's information should be displayed</li>
- <li>Click the Save & Continue button</li>
- <li>Click the Save & Continue button</li>
- <li>Enter a LDAP user name to use as an OpenFire administrator > Click Add</li>
- <li>Click Continue</li>
- <li>Click the Login to the admin console button</li>
- <li>Login with the LDAP username and password configured as an OpenFire admin</li>
- <li>Click the Users/Groups tab in the top navigation</li>
- <li>OpenFire should display all users matching the users found in the configured base DN</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|