Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-80200

Allow option to enable/disable GSSAPI for Postgres database

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 4.4
    • Database SQL/XMLDB
    • None

      PostgreSQLĀ supportsĀ GSSAPI for authentication, communications encryption, or both.

      GSSAPI support has to be enabled when PostgreSQL is built.

      We should have a database option to enable/disable this setting.

      The proposal could be:

      $CFG->dboptions = [
          'dbpersist' => 0,
          'dbport' => 5432,
          'dbsocket' => '',
          'extrainfo' => [
              'gssencmode' => 'disable',
          ],
      ];

            huongn@moodle.com Huong Nguyen
            huongn@moodle.com Huong Nguyen
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.