Replies: 2 comments 1 reply
-
Please ignore. it works:
$5 and then hash password for sha256 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, the sha256crypt algorithm is more complex and not implemented in sha256sum, so your manually crafted hash string isn't valid. Retry with Cheers, Marc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was testing user pass config like below:
I can successfully login.
If I hash the password using sha256 like below:
Then use in config like below:
But login does not work.
Console log
Does it support hashing algorithm?
I'm following below documentation:
https://www.uni-koeln.de/~pbogusze/posts/TAC_PLUS-NG-Configuring_basic_authentication.html
Beta Was this translation helpful? Give feedback.
All reactions