NIS Authentication?

I’m evaluating XMPP software for an internal mesaging solution. One of the top requirements is that users authenticate via NIS. I don’t see anything about directly using NIS with OpenFire, but was wondering if there are any solutions (like ldap to some ldap/nis proxy) that have been successfully implemented before.

I think the best route would be to use the NativeAuthProvider, and make sure pam/nsswitch is set up correctly. There are a few posts on the forums here regarding setting up pam.

Thanks. I’ll look into that.