Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: Jáder on November 04, 2011, 09:50:09 PM

Title: openfire in SME8 + LDAP
Post by: Jáder on November 04, 2011, 09:50:09 PM
Hi

I'm trying to install opefire (wiki.contribs.org/Openfire) in SME8 and use LDAP with this:
Code: [Select]
Host: localhost
Porta: 389
DN Base: dc="antinsect",dc="com",dc="br"
DN Administrador: uid="admin",ou="Users",dc="antinsect",dc="com",dc="br"

It works... but just find the "admin" user and "Local Administrator" group.
I have saw this during install because the random user/group allways show them...but I moved forward anyways.

Anyone knows why this error happens ?
And how to fix it...of course! ;)

Thank you !

Jáder
Title: Re: openfire in SME8 + LDAP
Post by: cactus on November 05, 2011, 12:52:22 AM
I'm trying to install opefire (wiki.contribs.org/Openfire) in SME8 and use LDAP with this:
Code: [Select]
Host: localhost
Porta: 389
DN Base: dc="antinsect",dc="com",dc="br"
DN Administrador: uid="admin",ou="Users",dc="antinsect",dc="com",dc="br"
Where is that output taken from? Why are all the quotes in there? A normal DN in your setup should look like this IMHO:
Code: [Select]
dc=antinsect,dc=com,dc=br
I have saw this during install because the random user/group allways show them...but I moved forward anyways
I don't understand what you mean by this? Can you try and explain?
Title: Re: openfire in SME8 + LDAP
Post by: Jáder on November 05, 2011, 10:50:32 AM
Where is that output taken from?
After installed , accessing the web interface, server, server configuration screen.
The format was entered corretly... I'm sure of this.
Quote
I don't understand what you mean by this? Can you try and explain?

The DN configuration was input correctly when in setup.
I'm sure because there are a test button on web interface of setup and it worked
BUT it allways returned just admin info... not all users or groups.

It's like the admin and other users are in different "ou"... but I'm sure is not the problem because I used a LDAPmanager/browser to connect to SME8 server and get all users from DN base as supplied.
 
I think it's time to open a bug on SME8 about LDAP.
Title: [SOLVED] Re: openfire in SME8 + LDAP
Post by: Jáder on November 29, 2011, 12:37:52 PM
There are a open bug about LDAP and how to configurate it: 6801
http://bugs.contribs.org/show_bug.cgi?id=6801

For now I think I solved the OpenFire problem using this:
Code: [Select]
Host: localhost
Porta: 389
DN Base: ou="Users",dc="antinsect",dc="com",dc="br"
DN Administrador: uid="admin",ou="Users",dc="antinsect",dc="com",dc="br"
I edited the configuration and using test button (bottom left) I was able to see other users/profiles. And my Adium connects to my OpenFire server!

More information about it on: http://wiki.contribs.org/LDAP#OpenFire