Ralf Becker

Results 22 comments of Ralf Becker

> ...and you expect the privacyIDEA Logout button to issue a SAML logout request? Exactly! That's the behavior that one would expect. Here is a GIF screen capture of the...

Is there a chance that this feature will be merged soon?

Current version build from this RP: https://github.com/beckerr-rzht/log4j-detector/raw/release/log4j-detector-2021.12.29.jar

I use a script that looks more or less like this: ```bash #!/bin/bash -e tmpdir=$(mktemp -d) cd "$tmpdir" cleaner() { echo "* Removing $tmpdir" rm -rf "${tmpdir:-does-not-exist}" } trap cleaner...

@pthoelken > -- Skipping C:\home\username\log4j-samples\false-hits\log4j-api-2.14.1.jar - Not a regular file. What surprises me: Where do the DOS paths come from? Is the script run under cygwin with java as Windows...

> Right. Currently I can test this at Windows (CYGWin) only. Thanks for your script. I will test this in the next few days. Have you considered using WSL? This...

What you also could try: The `findutils` are available in a variant for Windows (See http://gnuwin32.sourceforge.net/packages/findutils.htm). The output of `find` and the path syntax used by `java` should then be...

> Why not use powershell and Get-ChildItem and end up using Linux stuff in Windows? You are right about that, of course. But the actual question and my workaround referred...

I have the same problem and using this temporary fix: ```diff --- /usr/bin/bbb-conf.org 2022-07-15 12:36:30.402998113 +0200 +++ /usr/bin/bbb-conf 2022-07-15 12:36:55.497166030 +0200 @@ -420,7 +420,7 @@ TOMCAT_SERVICE=$TOMCAT_USER fi - systemctl start...