by Visvanath Ratnaweera.
Ken, you are meticulous! It was exactly the missing section in Apache config:
--
<Directory /path/to/moodle/auth/shibboleth/index.php>
AuthType shibboleth
ShibRequireSession On
require valid-user
</Directory>
--
I saw it in the README. But the line 'Protect the directory moodle/auth/shibboleth/index.php with Shibboleth" confused me. For one there is also a Unix user called _shibd and then the above is path in not a directory!
Whatever, it is working now. Many thanks!
--
<Directory /path/to/moodle/auth/shibboleth/index.php>
AuthType shibboleth
ShibRequireSession On
require valid-user
</Directory>
--
I saw it in the README. But the line 'Protect the directory moodle/auth/shibboleth/index.php with Shibboleth" confused me. For one there is also a Unix user called _shibd and then the above is path in not a directory!
Whatever, it is working now. Many thanks!