Koozali.org: home of the SME Server

Obsolete Releases => SME 9.x Contribs => Topic started by: miroj on August 25, 2015, 11:16:40 PM

Title: OpenFire and SME LDAP Groups
Post by: miroj on August 25, 2015, 11:16:40 PM
I have installed OpenFire according http://wiki.contribs.org/Openfire (http://wiki.contribs.org/Openfire) without any issues. I'm using LDAP authentification as described on http://wiki.contribs.org/LDAP_Authentication#OpenFire (http://wiki.contribs.org/LDAP_Authentication#OpenFire).

The problem I was facing is empty groups, or groups without members, and my SME groups for sure have members. I have tried several options of the ldap.groupSearchFilter and ldap.groupMemberField without luck.

Any idea how to get my SME groups populated with members within the OpenFire Groups?
Title: Re: OpenFire and SME LDAP Groups
Post by: mab974 on August 31, 2015, 06:36:58 AM
Try 
Code: [Select]
/var/service/ldap/ldif-fix -d to see what your ldap base should contains.

Recently, i had a problem with sambapwdlastset attribute.
Title: Re: OpenFire and SME LDAP Groups
Post by: Stefano on August 31, 2015, 10:36:53 AM
Recently, i had a problem with sambapwdlastset attribute.

can you please give us some more details?
TIA
Title: Re: OpenFire and SME LDAP Groups
Post by: mab974 on August 31, 2015, 03:19:06 PM
I recently installed SOGo but it was impossible to authenticate with ldap. I did not use ldap before SOGo and after checking the base I saw that the user records were not there.

Code: [Select]
/var/service/ldap/ldif-fix -d gave me a list of changes to make, but
Code: [Select]
/var/service/ldap/ldif-fix -u gave me errors on sambapwdlastset attribute

Quote
sambapwdlastset:
Failure to modify svg uid =, ou = Users, dc = xxxxxxxx, dc = com: sambapwdlastset: value # 0 per invalid syntax

to work around the problem I put the value 1 for all users with a text editor and integrate these mods with the command ldapadd.
For information, I do not use Samba services
Title: Re: OpenFire and SME LDAP Groups
Post by: miroj on April 16, 2016, 08:30:28 PM
Unfortunately I haven't found solution of my problem, ie no groups are recognized in the Openfire (integrated with the local LDAP). I'm now running the latest Openfire 4.0.2, but the problem for me still persist. The rest of it works as advertised.