ports/153641: Openfire 3.6.4 cannot login into admin console
Marian Jamrich
jamrich.majo at gmail.com
Sun Jan 2 22:00:20 UTC 2011
>Number: 153641
>Category: ports
>Synopsis: Openfire 3.6.4 cannot login into admin console
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 02 22:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Marian Jamrich
>Release: 8.2-PRERELEASE
>Organization:
>Environment:
FreeBSD server.bwe.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sun Dec 12 15:53:02 CET 2010 root at server.bwe.sk:/usr/obj/usr/src/sys/GENERIC i386
>Description:
After success installation of Openfire, I cannot login with correct login and password to admin console. I can add new user, but I cannot :(.
>How-To-Repeat:
>Fix:
I solved my problem by adding into openfire.xml this:
<admin>
<authorizedUsernames>admin</authorizedUsernames>
</admin>
This is authorized user who knows to login in administration console.
openfire.xml:
<jive>
<admin>
<authorizedUsernames>admin</authorizedUsernames>
</admin>
<adminConsole>
<!-- Disable either port by setting the value to -1 -->
<port>9090</port>
<securePort>9091</securePort>
</adminConsole>
<locale>sk</locale>
...
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list