Openfire 3.6.0 and allowing new admins

Hi Guys

I’m having a play with OF 3.6.0 on my test server using CentOS 5.2 and MySQL as the back end.

The install and upgrade (I backed up the live DB and restored it to the test server) went successfully from 3.5.1 but what I need to do is add the variable that specifies allowed Admins (I renamed the default Admin account when I first set it up).

Can anyone verify the entry required ? Also if the JID must be fully qualified or not.

I’m not using LDAP but standalone authentication.

Thanks in advance

Martyn

Hi Guys

I’ve found it myself - I’ve restored my live database and added the below which needs to go into ofProperty - below is the command for MySQL if it helps anyone else:

INSERT INTO ofProperty (name, propValue) VALUES (‘admin.authorizedJIDs’, ‘newname@example.com’);

As a point of interest, I found this out by creating a new user then checked the system properties.

Martyn