Ticket #4847 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

Migrating where AUTHTYPE not set to database or webserver should retain old default

Reported by: p_lindheimer Assigned to:
Priority: minor Milestone: 2.9
Component: FreePBX Framework Version: SVN-HEAD
Keywords: migration upgrade Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

Our new default for AUTHTYPE is database mode. Earlier versions defaulted to this if AUTHTYPE was not set or set to anything other than database or webserver.

To retain the previous setting, we need to address this or it will be set to database mode during the migration resulting in locking out a user. See:

http://www.freepbx.org/forum/freepbx/beta-program-issues/2-9-beta-free-pbx-login

this does not address a somewhat related issue, which is a user that is currently using their database credentials to gain access to a system may get locked out since we are closing that security back door unless explicitly opened by the user in Advanced Settings.

Change History

02/21/11 15:34:46 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [11530]) fixes #4847 sets none as AUTHTYPE during migration if appropriate