Thursday, 26 May 2022

Moodle


Tuning

Di [1] ada instruksi untuk mengubah settingan mysql menjadi : 


[mysqld]
innodb_file_per_table = 1

character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
skip-character-set-client-handshake

Konfigurasi ini, terutama : innodb_file_per_table,  jika diterapkan di TAO, apakah dapat meningkatkan performa nya ?

Single Sign On 

Matriks fitur module-modul SAML SSO yang ada

No Moodle Plugins Auto-create user  Auto-enroll Single Sign Off Limit concurrent login Dual Login
1 Authentication ::: auth_saml2sso v
v v v
2 Authentication ::: auth_saml2 v
v
v
3






Authentication ::: auth_saml2 


auth_saml2 | duallogin : Yes/No (Default Yes)


If on, then users will see both manual and a SAML login button. If off they will always be taken directly to the IdP login page.

If passive, then the users that are already authenticated into the IDP will be automatically logged in, otherwise they will be sent to Moodle login page.

If off, then admins can still see the manual login page via /login/index.php?saml=off

If on, then external pages can deep link into moodle using saml eg /course/view.php?id=45&saml=on

If set to test IdP connection, the network will be checked for connectivity, and if functional, SAML login will be initiated.


Referensi

  1. MySQL full unicode support, https://docs.moodle.org/400/en/MySQL_full_unicode_support
  2. Auto account creation, auto enroll, https://g.co/gemini/share/572d848309ab

No comments:

Post a Comment