Koozali.org: home of the SME Server

openfire in SME8 + LDAP

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
openfire in SME8 + LDAP
« 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
...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: openfire in SME8 + LDAP
« Reply #1 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?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: openfire in SME8 + LDAP
« Reply #2 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.
...

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
[SOLVED] Re: openfire in SME8 + LDAP
« Reply #3 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
« Last Edit: November 29, 2011, 12:50:24 PM by jader »
...