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 Active Directory


If you are running Microsoft Windows Server, you are probably using Microsoft's Active Directory service. No sweat! Adding users via Active Directory isn't a wee bit different from adding them via OpenLDAP.

Note

As with OpenLDAP, setting up an Active Directory server on Microsoft Windows Server 2000/2003 is pretty straightforward. Here is a step-by-step guide to setting up Active Directory (see http://web2.blogtells.com/2008/04/28/installing-active-directory-on-a-windows-server-2003-computer/).

Let's quickly go over the steps for hooking up Openfire with OpenLDAP as described above, but this time we'll connect it with Active Directory.

  1. 1. Stop Openfire, if its running, and edit openfire.xml. To rerun the setup, look for the line that reads <setup>true</setup> and change it to <setup>false</setup>. Skip this step if you're installing a new Openfire server.

  2. 2. Continue with the Openfire installation as described in the opening chapters...