cookie_monster Posted November 28, 2007 Posted November 28, 2007 We are looking at options for improving communication withon the school and are considering looking at LAN/Intranet instant messaging. One that has caught my attention is Jabber server, does anyone here use this or similar? http://www.jabber.org/
fooby Posted November 28, 2007 Posted November 28, 2007 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
Richie1972 Posted November 28, 2007 Posted November 28, 2007 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
localzuk Posted November 28, 2007 Posted November 28, 2007 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).
cookie_monster Posted November 28, 2007 Author Posted November 28, 2007 Someone else has recommended this it's free for upto 100 users and is supposedly well supported commercial software. It also links into Active Directory. http://www.coversant.net/products/server/pricing.aspx
cookie_monster Posted November 28, 2007 Author Posted November 28, 2007 @ localzuk I'll take a look at openfire.
cookie_monster Posted November 28, 2007 Author Posted November 28, 2007 I've downloaded openfire but i'm having trouble getting the active directory communication setup, any tips?
localzuk Posted November 28, 2007 Posted November 28, 2007 Are you familiar with LDAP? Have you looked at this?
cookie_monster Posted November 28, 2007 Author Posted November 28, 2007 Yep i am i think i've sorted it now though, i had the Enable SSL connections to your LDAP server selected.
cookie_monster Posted November 28, 2007 Author Posted November 28, 2007 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.
cookie_monster Posted November 28, 2007 Author Posted November 28, 2007 Update i've managed to get it working and i can now see all of the users in our domain but i'm still having trouble viewing groups so i don't think i got that last setting right.
cookie_monster Posted November 29, 2007 Author Posted November 29, 2007 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?
cookie_monster Posted December 3, 2007 Author Posted December 3, 2007 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
techyphil Posted December 14, 2007 Posted December 14, 2007 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?
cookie_monster Posted December 14, 2007 Author Posted December 14, 2007 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
cookie_monster Posted December 14, 2007 Author Posted December 14, 2007 I just created a user in Active Directory called 'Test User' and it was added to Openfire without any problems and it could log into Spark as well.
techyphil Posted December 14, 2007 Posted December 14, 2007 Awesome thanks cookie_monster! I'll give it a shot on Monday... not long left now. Oooh Right!
techyphil Posted December 19, 2007 Posted December 19, 2007 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
cookie_monster Posted December 19, 2007 Author Posted December 19, 2007 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
cookie_monster Posted December 19, 2007 Author Posted December 19, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now