> Is there, by any chance, anyone around here using the Openfire Jabber > server ?
Yes; we've been using JIVE/Wildfire/OpenFire with LDAP for years. An
excellent IM server.
> I've done a group in LDAP, but apparently Openfire is not recognizing it:
> Is there something wrong with this: ?
> # All Group
> dn: uid=all,ou=tim,ou=accounts,dc=telbit,dc=pt
> objectClass: top
> objectClass: groupOfNames
> objectClass: uidObject
> cn: All from Telbit
> uid: all
> description: All Users
> member: uid=manel
> member: uid=maria
> member: uid=augusto
> member: uid=reis
> (etc...)
Is the DN of your user's really "uid=manel"? Again, I think you are
failing to understand the fundamental structure of LDAP. Please read
documentation (Nah; as someone who writes documentation for users to
ignore... remove the "Please").
Here is a group:
----------------
dn: cn=cis,ou=Groups,ou=JIVE,ou=SubSystems,o=Morrison Industries,c=US
cn: cis
description: CIS/IT Department
objectClass: groupOfNames
objectClass: top
objectClass: opengroupwareentity
businessCategory: jiveGroup
owner: cn=Adam
Williams,ou=People,ou=Entities,ou=SAM,ou=Entities,ou=SAM,o=Morrison
Industries,c=US
opengroupwareid: 11530
member: cn=Adam Williams,ou=People,ou=Entities,ou=SAM,o=Morrison
Industries,c=US
member: cn=Richard Hopkins,ou=People,ou=Entities,ou=SAM,o=Morrison
Industries,c=US
member: cn=Steve VanderZouwen,ou=People,ou=Entities,ou=SAM,o=Morrison
Industries,c=US
(E-mail is wrapping some long lines)
Also your {openfile|wildfire|jive}.xml file has to be configured
appropriately, with something *like*:
....
<groupNameField>cn</groupNameField>
<groupMemberField>member</groupMemberField>
<groupDescriptionField>description</groupDescriptionField>
<groupSearchFilter><![CDATA[(&(cn={0})(objectclass=groupOfNames)(businessCategory=jiveGroup))]]></groupSearchFilter>
....
<group>
<className>org.jivesoftware.wildfire.ldap.LdapGroupProvider</className>
</group>
All of which is very well documented.
http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/ldap-guide.html
I've also done a presentation on OpenFire (back two names ago, when it
was called JIVE [a much cooler name]) -
http://www.whitemiceconsulting.com/node/96
But I suspect your real problem is that you don't understand the basics
of LDAP.
signature.asc
Description: This is a digitally signed message part
--- You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
