IDP does not find RP Metadata

Rainer Hoerbe rainer at hoerbe.at
Mon Mar 20 13:19:28 EDT 2017


> Am 20.03.2017 um 13:13 schrieb Peter Schober <peter.schober at univie.ac.at>:
> 
> grep uses regular expressions and so finds non-literal matches.
> 
> shib.lms-staging.km.co.at != shib-lms-staging.km.co.at
> 
> Use fgrep (i.e., `grep -F`) instead for verbatim matches.

Thanks Peter, this was the difference between I missed!

- Rainer


More information about the users mailing list