This thread is archived
13 Replies Last post: May 15, 2006 8:09 PM by Luca  
Luca   20 posts since
May 8, 2006
Currently Being Moderated

May 8, 2006 9:25 PM

Jive and LDAP integration

I am new to Jive spark and wildfire. I was able to successfully load the server and the client but now I would like to go one step further and eventually offer this service company-wide.

I understand that one of the capability of wildfire is to integrate with Active Directory and authenticate users off of that database but I still don''t understand if it is possible to also obtain the entire list of users off AD.

Basically I would like our users to be presented with the entire list of users currently on AD and show them either online or offline.

If this is possible I would like to know how to do it.

Another area that I would need some help on is LDAP integration. I have never used LDAP on a MS AD and I would really appreciate any help.

Is LDAP active on the domain controller by default? should I start some kind of service? Where do I edit all the settings for LDAP?

 

I currently use Radius off of AD for VPN authentication and everything works just fine but I have the feeling LDAP is much harder to setup.

 

Any help or link is greatly appreciated.

 

Thanks

Cameron Moore Silver 296 posts since
Feb 15, 2005
Currently Being Moderated
May 9, 2006 8:45 AM in response to: Luca
Re: Jive and LDAP integration

Well, you''re in luck because AD is basically a glorified LDAP server. 

 

I''m using LDAP and Wildfire here at my organization, and it''s working well.  There is nothing to setup in AD other than a service account user for the Wildfire server.  You can see a short explanation of my setup here:

 

http://www.jivesoftware.org/community/message.jspa?messageID=120078

 

You can see a long explanation here:

 

  http://www.jivesoftware.org/community/thread.jspa?messageID=100951

 

Be warned that the log post is old and only works with older version of Jive Messenger, which is what Wildfire used to be called.  Most of that post is good, just don''t copy the ]]> class names, they are all wrong.  If you have any more specific questions, let us know.

Stylus PIlot   9 posts since
May 8, 2006
Currently Being Moderated
May 9, 2006 5:40 PM in response to: Luca
Re: Jive and LDAP integration

those settings go inside the Wildfire.xml fire under the ]]> bit as far as I am aware

 

However I still can''t get mine working as of yet.

 

you also specify the hostname in there too, here is an example

 

hostname or ip here 389 sAMAccountName displayName mail ou=Accounts,dc=domainname,dc=com cn=administrator,ou=Accounts,dc=domain,dc=com password ]]>

Cameron Moore Silver 296 posts since
Feb 15, 2005
Currently Being Moderated
May 10, 2006 8:31 AM in response to: Luca
Re: Jive and LDAP integration

As mentioned, those settings go in your conf/wildfire.xml file.  There should be no configuration changes needed on the AD server apart from creating the user account that Wildfire will use to query AD.

 

The first post I linked to doesn''t have all the LDAP settings, only the user and group search options.  If you haven''t already, read the LDAP Guide[1] in the documentation section.  It''s not AD-centric, but it''s a great place to get your feet wet.

 

1 http://tinyurl.com/o7zfq

Cameron Moore Silver 296 posts since
Feb 15, 2005
Currently Being Moderated
May 11, 2006 8:29 AM in response to: Luca
Re: Jive and LDAP integration

Are you sure this line is correct?:

 

<adminDN>cn=administrator,dc=excelacom,dc=com</adminDN>

Is the Administrator user in the root AD tree or is it in the Users folder?  If it''s in the Users folder, try using this adminDN:

 

cn=administrator,cn=users,dc=excelacom,dc=com

One tip I forgot to mention:  go to http://www.ldapbrowser.com/download/index.php and download the free version of LDAP Browser (it''s 2.6 right now).  User it to test with.  It''s helpful for testing authentication and figuring out what DN''s to use (like the fact that the Users "OU" is not really an OU -- it''s a CN).

Cameron Moore Silver 296 posts since
Feb 15, 2005
Currently Being Moderated
May 11, 2006 4:41 PM in response to: Luca
Re: Jive and LDAP integration

The tool you want to use is LDAP Browser.  The "invalid credentials" probably means you don''t have your "username" set right.  To fix, try this:

 

1) Right-click on the server in LDAP Browser and choose Properties

2) On the Credentials tab, make sure the User DN is right.  It should look like this:

 

CN=Administrator,CN=Users,DC=excelacom,DC=com

Once you get into AD from LDAP Browser, things will start making more sense to you. 

Cameron Moore Silver 296 posts since
Feb 15, 2005
Currently Being Moderated
May 15, 2006 10:20 AM in response to: Luca
Re: Jive and LDAP integration

ADSIEdit will show you this information.  After you open it, look in the Domain section.

More Like This

  • Retrieving data ...