Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2011 21:52:25 GMT
From:      Marian Jamrich <jamrich.majo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153641: Openfire 3.6.4 cannot login into admin console
Message-ID:  <201101022152.p02LqPQU044179@red.freebsd.org>
Resent-Message-ID: <201101022200.p02M0JZ9057492@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101022152.p02LqPQU044179>