You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Xybrek <xy...@gmail.com> on 2011/12/13 12:27:04 UTC

Using Apache DS with Openfire

I have a working Openfire 
(http://www.igniterealtime.org/projects/openfire/) and it needs a Active 
directory to persist other user attributes.

However I am really new to AD and Apache DS, I have installed Apache DS 
from Ubuntu console and installation went well. From the installation 
instruction here: 
http://workinglinux.blogspot.com/2010/09/installing-apache-directory-server-in.html

Now when I fire up the Openfire server setup page, it asks for

LDAP Server
Server Type: In which I selected "Active Directory"
Host: "localhost"
Base DN: Where can I find this item?

Authentication:
Administrator DN: Where to find this?
Password: Where to find this?

Hope anyone can share some information.




Re: Using Apache DS with Openfire

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
On 13 déc. 2011, at 12:27, Xybrek wrote:

> I have a working Openfire (http://www.igniterealtime.org/projects/openfire/) and it needs a Active directory to persist other user attributes.
> 
> However I am really new to AD and Apache DS, I have installed Apache DS from Ubuntu console and installation went well. From the installation instruction here: http://workinglinux.blogspot.com/2010/09/installing-apache-directory-server-in.html
> 
> Now when I fire up the Openfire server setup page, it asks for
> 
> LDAP Server
> Server Type: In which I selected "Active Directory"
> Host: "localhost"
> Base DN: Where can I find this item?

Only you knows that. It depends on where you store your users I guess.

> Authentication:
> Administrator DN: Where to find this?

On ApacheDS, it's "uid=admin,ou=system".

> Password: Where to find this?

On ApacheDS, it's "secret".

> Hope anyone can share some information.

Hope this helps,
Pierre-Arnaud