The windows subsystem is pretty cool - I have played with it but it also ties you into a select linux version, (well in my experimentation). I recently learned how to use docker and that is the honestly the best testing environment I have found and I used to be a Mamp Pro user. Thanks to Mountain Moot for that knowledge!!
Emma Richardson
Emma Richardson による投稿
What did you change in the config file? And what exactly do you see when you go to the site?
I very much doubt you are currently running mariadb 5.7 - that is an sql numbering, not mariadb which should be at least at 10 or higher...why not switch to a newer version of mariadb? Or will the host not do that? Anyway, it should not matter on the db upgrade but you will have to switch the reference in config.php file to reference the actual db that you are going to use...of course, backup everything first!
It doesn't really matter how they log in to the SSO, what matters is how everything maps across. Saml generally uses email as the primary identifier - if your moodle allows email login, I think you should be fine.