Book Image

Openfire Administration

By : Mayank Sharma
Book Image

Openfire Administration

By: Mayank Sharma

Overview of this book

<p>Openfire is a free, open-source and full featured Jabber-based Instant Messaging server.<br /><br />This book is a guide to setting up Openfire, tweaking it, and customizing it to build a secure and feature-rich alternative to consumer IM networks. The features covered include details about setting up the server, adding and handling users and groups, updating, and extending the service with plug-ins, connecting with users on external IM networks, connecting with external voice over IP solutions and more, with user-friendly instructions and examples so that you can easily set up your IM network.<br /><br />The book deals with several features of Openfire to streamline communication within an enterprise and beyond. It shows how to configure Openfire to allow only secured connections. It then explains how Openfire complements other existing services running on your network. Managing and fostering IM as a real-time collaboration and communication tool is what this book is about.</p>
Table of Contents (19 chapters)
Openfire Administration
Credits
About the Author
About the Reviewer
Preface

Adding Users Via OpenLDAP


As you may recall, when we first launched the administration console after installing the server, Openfire asked us whether we wanted to use a directory server. And that's the place where we can specify our directory server settings. But I am not going to undo all that we've done up to now and reinstall Openfire. I said Openfire is idiot-proof, and it is! Just tweak a simple variable and you can easily re-run the initial setup.

First, stop the Openfire server, if it's running. Then, open a terminal and navigate to the Openfire server installation directory. Navigate to the conf/ directory, and open the "openfire.xml" file in your favorite text editor. Look for a line that reads "<setup>true</setup>" and change it to "<setup>false</setup>". Save the file, restart the server, and head back to the administration console. Presto! You're back at the setup interface.

Before we get into to setting up Openfire with OpenLDAP, it's a good idea to keep...