Hello,
two small things which I noticed on 1.18.2 when trying the new admin interface:
1) The configuration page lists "LDAP Extension" as "required". I don't have the PHP LDAP Extension, and we don't use any LDAP, and there is no issue at all. I think this one should be "optional" instead.
2) The page "cron module information page" makes suggestions for a crontab entry which look wrong. They are:
curl --silent
"https://[...]/module.php/cron/run/daily/chosensecret" >
/dev/null 2>&1
while the actual cron job I have configured
ages ago and which works is:
curl --silent
"https://[...]/module.php/cron/cron.php?key=chosensecret&tag=daily"
> /dev/null 2>&1
I first thought both URLs might be valid, but
then the newly suggested one has the unpleasant property that it
really does not work: the HTML says
<div class="wrap">
<h2>Page not found</h2>
The given page was not found. The reason was: The URL
wasn't found in the module. The URL was:
https://clueless.restena.lu/simplesamlphp/module.php/cron/run/daily/chosensecret
Greetings,
Stefan Winter
On 28 Nov 2019, at 11:47, Stefan Winter <stefan...@restena.lu> wrote:
--
This is a mailing list for users of SimpleSAMLphp, not a support service. If you are willing to buy commercial support, please take a look here:
https://simplesamlphp.org/support
Before sending your question, make sure it is related to SimpleSAMLphp, and not your web server's configuration or any other third-party software. This mailing list cannot help with software that uses SimpleSAMLphp, only regarding SimpleSAMLphp itself.
Make sure to read the documentation:
https://simplesamlphp.org/docs/stable/
If you have an issue with SimpleSAMLphp that you cannot resolve and reading the documentation doesn't help, you are more than welcome to ask here for help. Subscribe to the list and send an email with your question. However, you will be expected to comply with some minimum, common sense standards in your questions. Please read this carefully:
http://catb.org/~esr/faqs/smart-questions.html
---
You received this message because you are subscribed to the Google Groups "SimpleSAMLphp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simplesamlph...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/simplesamlphp/6d333cba-dce8-463d-4df0-3025e108b3af%40restena.lu.
To unsubscribe from this group and stop receiving emails from it, send an email to simple...@googlegroups.com.