Recommended Jabber server

Hey drop us a line about the show. Feel free to ask questions, provide feedback and criticism, or just ramble on about anything your little heart desires.

Moderators: snarkout, Patrick, dann

Post Reply
coolfrood
Posts: 61
Joined: Fri Sep 23, 2005 5:54 pm

Recommended Jabber server

Post by coolfrood » Thu Sep 21, 2006 8:36 am

Hi,

I'm planning to implement an IM service for our corporate environment. We're not looking for too many features -- just something that works and works well for about 50 odd people. I looked over at jabber.org and there seem to be a lot of OSS jabber servers available. I guess the only important feature for us is NIS-based authentication because we don't want to go through the trouble of creating new accounts and expecting people to remember new passwords. Does anyone have any experience with this, and if so, what is your recommendation?

Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Re: Recommended Jabber server

Post by Tsuroerusu » Thu Sep 21, 2006 10:02 am

coolfrood wrote:Hi,

I'm planning to implement an IM service for our corporate environment. We're not looking for too many features -- just something that works and works well for about 50 odd people.
How about plain old jabberd 2.x?

coolfrood wrote:I looked over at jabber.org and there seem to be a lot of OSS jabber servers available. I guess the only important feature for us is NIS-based authentication because we don't want to go through the trouble of creating new accounts and expecting people to remember new passwords.
Can Jabber even do that? I am not sure.
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

coolfrood
Posts: 61
Joined: Fri Sep 23, 2005 5:54 pm

Re: Recommended Jabber server

Post by coolfrood » Fri Sep 22, 2006 8:02 am

Tsuroerusu wrote:
coolfrood wrote:Hi,

I'm planning to implement an IM service for our corporate environment. We're not looking for too many features -- just something that works and works well for about 50 odd people.
How about plain old jabberd 2.x?
I'll give it a shot.
Tsuroerusu wrote:
coolfrood wrote:I looked over at jabber.org and there seem to be a lot of OSS jabber servers available. I guess the only important feature for us is NIS-based authentication because we don't want to go through the trouble of creating new accounts and expecting people to remember new passwords.
Can Jabber even do that? I am not sure.
Well, it's not something that would be a part of the protocol. I looked briefly into ejabberd and I found that there are some patches available that let you use PAM authentication. I have no experience with that kind of stuff, so it might be a b**** to set up. Let's see how it goes.

coolfrood
Posts: 61
Joined: Fri Sep 23, 2005 5:54 pm

Post by coolfrood » Wed Sep 27, 2006 4:35 pm

After trying out ejabberd, which I couldn't get configured, I finally decided to go with jabberd (actually jabbberd2 which comes with Edgy). Configuring it wasn't too difficult. I just had to spend a little time trying to figure out how to use PAM authentication so that people can still use their NIS logins. The documentation is excellent.

Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Post by Tsuroerusu » Wed Sep 27, 2006 5:02 pm

coolfrood wrote:Configuring it wasn't too difficult. I just had to spend a little time trying to figure out how to use PAM authentication so that people can still use their NIS logins. The documentation is excellent.
Cool man, maybe if you have the time, you could write a short little HOWTO on doing just that, so the rest of us can do a deployment like you are doing.
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

Post Reply