Re: Openfire access from the internet with authentication using Active Directory
I use a connection manager to accomplish what you're trying to do. The connection manager acts as a proxy on the dmz, while my openfire server is on the lan.
View ArticleRe: Openfire & Atlassian Crowd
Hi everyone, I went through these configuration steps and everything seems to be working great with Crowd 2.7.1. Upon further review it seems as though we are having an issue with certain Crowd users...
View ArticleRe: Openfire & Atlassian Crowd
Hi Joel, I think you've almost answered your own question judging from the error message, usernames are made lower case at some point and Crowd is probably case sensitive. I don't recall if this is...
View ArticleRe: Use Active Directory Security Groups for Openfire Administration
What about a generic user account in an AD security group? Or just making admins a member of that security group and adjusting your LDAP connection string in Openfire to suit where that group is...
View ArticleRe: Openfire & Atlassian Crowd
Hi Dennis, I almost did indeed. Changing the username to all lowercase solved the issue! Everythings working great now. Other then sifting through 350 users and changing them to all lower case I'm good...
View ArticleRe: jitsi videobridge plugin problem
Know I see why I did not see jitsi videobridge in openfire, well I Used ./jvb.sh --secret=mysecret --domain=mydomain --port=5275 to start jitsi videobdirge, and it works I can see the plugin connected,...
View ArticleRe: New Openfire plugin: B9
Version 0.2 released. Now plugin have debug enabled (need to activate Openfire debug). Download from here: http://files.mundoopensource.com.br/b9.jar Regards,Marcelo H....
View ArticleMultiUserChat.destroy() not-authoried(401)
Look at my codes: muc.create(roomName); Form form = muc.getConfigurationForm(); Form submitForm = form.createAnswerForm(); for...
View ArticleRe: RoomInfo doesn't contain the room name
In my company project we were using room description to retrieve that information. I should take a look on that XEP again, think I missed that identity.
View ArticleRe: How to login XMPP Server without SASL Authentication?
Use: configuration.setSecurityMode(SecurityMode.disabled);
View ArticleWhy this plugin is discontinued? | bug
Hi As VoIP becomes more and more popular I'm find this plug "kill" suprising...Any plans for a reboot? Im sure this revival will be much appreciated!We use it in our env. But it has some bugs such as...
View ArticleWhy are online users shown as offline?
The online users are shown as offline, any idea on how to fix this issue?
View ArticleRe: How to login XMPP Server without SASL Authentication?
Thanks, in advance, if I set the SecurityMode enabled, am I going to config sth. in XMPP-Server side?Or I just need to config it at the XMPP-Client side?
View ArticleRe: How to login XMPP Server without SASL Authentication?
Smack 4 does only support SASL authentication. I'm pretty sure that tigase supports SASL.
View ArticleRe: How to login XMPP Server without SASL Authentication?
The security mode is no relevant to the authentication type. This answer is wrong.
View ArticleRe: Openfire access from the internet with authentication using Active Directory
I used the same domain for chat that I do for email. I then use split-dns. For example.the domain is WHATEVER.COMOn my public DNS, I create an A record for xmpp.whatever.com that points to my public...
View ArticleOpenfire v3.9.3 LDAP over SSL w/Active Directory
Has anyone been successful using LDAP over SSL to connect to Active Directory with Openfire v3.9.3? This works using Openfire v3.7.1 when connecting to the same LDAP server that fails with Openfire...
View ArticleRe: Use Active Directory Security Groups for Openfire Administration
Hi, The LDAP connection can see the groups and adding the group to admin.AuthorizedJIDSdoes not allow log ins. As you said does not seem to be possible.
View ArticleRe: Why this plugin is discontinued? | bug
It hasn't been killed intentionally. There is just noone working on it since Jive Software opensourced their projects and left them here on their own. A few volunteers try to maintain Openfire, Spark...
View Article