Jump to content

Recommended Posts

Posted

I have used a Jabber based system called OpenFire from Jive Software. This is free open source software.

 

however we are now evaluating office comms server 2007

Posted

I've just installed Openfire (links into active directory and uses SQL Express 2005 database) with Spark IM clients.

Works perfectly, just got to get more staff using it now

Posted

The jabber server mentioned in my signature runs on openfire. Stable, easy to manage, easy to integrate with AD etc... Ideal for in school use.

 

One of my coding projects is a little jabber client that automatically logs in and can only receive Jabber messages (not chats) - so then a network admin can send out messages easily and securely. Should be fairly easy using either Java or c# (probably the latter to ease windows integration).

Posted

Sigh ok i seem to of come unstuck on the group mappings area, if i enter the ldap location of our groups it fails or a specific group fails as well. Have i got the wrong end of the stick here?

 

Cheers.

Posted

Ok i've managed to get it all setup and have added a group.

 

When i open the console i see 1000 users displayed is there a way to limit this to just the users in my approved group. I also notice that anyone with a domain user account can use the server not just the users in the approved group.

Is there a way to prevent this?

Posted

Ok i've got her installed and working now.

 

Richie_OLSJ what are you using it for at the moment, is the intention to allow teachers to communicate with you from the classroom or with each other between rooms? or both

  • 2 weeks later...
Posted

We currently use Spark and Openfire but have added users manually. This means another password to remember. Since the launch of the GLPI HelpDesk I rolled out, i've wanted to also resetup openfire to talk to AD.

 

I struggled as all users link into it and I cant seem to get the groups right. Also, does Spark allow usernames with a SPACE in the name?

 

Because when I added users manually, I could not put a space in the usernames?

Posted

I'll try a user with a space in it.

 

I created a new OU then put the openfire user in there that i use to connect to Active Directory, then created a group in the same OU this way any user that i add to this group is automatically added as an openfire user due to the group filter.

 

Don't think i've left anything that matters in here :-) let me know if i have

 





 
  
     
   -1  
   9091 
   
  
     
     
     
     
     
   me,him,her 
   
 en  
   
   
  
   org.jivesoftware.database.DefaultConnectionProvider 
   
  
    
     com.mysql.jdbc.Driver  
     jdbc:mysql://localhost:3306/openfire  
     openfire  
     XXXXXXXXXXX  
     5  
     100  
     1.0 
    
   
  
   server1  
   389  
   ou=THE Users;dc=domain,dc=sch,dc=uk  
   cn=openfire,ou=openfire,ou=THE Users,dc=domain,dc=sch,dc=uk  
   XXXXXXXXX  
   true  
   false  
   false  
   false  
   sAMAccountName  
   (memberOf=CN=openfireusers,ou=openfire,ou=THE Users,dc=domain,dc=sch,dc=uk)  
   
 
   {cn}
  
 
    
   {mail}
  
 {displayName} 
 
   image/jpeg 
   {jpegPhoto}
  
 
    
   {homePostalAddress} 
   {homeZip} 
   {co}
  
 
    
   {streetAddress} 
   {l} 
   {st} 
   {postalCode} 
   {co}
  
 
    
    
   {homePhone}
  
 
    
    
   {mobile}
  
 
    
    
   {telephoneNumber}
  
 
    
    
   {mobile}
  
 
    
    
   {facsimileTelephoneNumber}
  
 
    
    
   {pager}
  
 {title} 
 
   {department}
 
]]>  
   cn  
   mail  
   cn  
   member  
   description  
   false  
   (objectClass=group) 
   
  
    
     org.jivesoftware.openfire.ldap.LdapVCardProvider 
     
    
     org.jivesoftware.openfire.ldap.LdapUserProvider 
     
    
     org.jivesoftware.openfire.ldap.LdapAuthProvider 
     
    
     org.jivesoftware.openfire.ldap.LdapGroupProvider 
    
   
 true 

Posted

Hello!

 

Ok i've managed to get it to talk to AD. It's sort of working as I want it only the groups have messed up.

 

I've got all the staff from the STAFF OU in OpenFire. Now when I want to put them into groups, it will not let me create groups, presumably because its using LDAP's groups. Is there any way around this?

 

Also it shows every user as a group as opposed to being inside a group? :(

 

Any advice please, thank you :) Merry Crimbo btw

Posted

Create a new OU and place a group in there called e.g. 'openfireusers' the line below shows my setup. Any member of the openfireusers group in the openfire OU will be added to the server, also any groups that you create in that OU will be added as groups in Openfire.

 

(memberOf=CN=openfireusers,ou=openfire,ou=THE Users,dc=domain,dc=sch,dc=uk)

 

Remember to set the baseDN above this OU as well mine is as below:

 

OU - The Users
       OU - Students
       OU - Teachers
       OU - Openfire (This contains all openfire groups)

 

as you can see my baseDN points to 'The Users' OU so it will search down from that point for users:

 

ou=THE Users;dc=domain,dc=sch,dc=uk

 

 

Errr if that doesn't quite make sence post back

Posted
Create a new OU and place a group in there called e.g. 'openfireusers' the line below shows my setup. Any member of the openfireusers group in the openfire OU will be added to the server, also any groups that you create in that OU will be added as groups in Openfire.

 

(memberOf=CN=openfireusers,ou=openfire,ou=THE Users,dc=domain,dc=sch,dc=uk)

 

Remember to set the baseDN above this OU as well mine is as below:

 

OU - The Users
       OU - Students
       OU - Teachers
       OU - Openfire (This contains all openfire groups)

 

as you can see my baseDN points to 'The Users' OU so it will search down from that point for users:

 

ou=THE Users;dc=domain,dc=sch,dc=uk

 

 

Errr if that doesn't quite make sence post back

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...