Hi,
I’m trying to generate hash password for internal user.
In the Searchguard doc, the command line is like this :
plugins/search-guard-X/tools/hasher.sh -p mypassword
However, it seems that there is no hasher.sh in the tools folder, but hash.sh, so I tried this :
plugins/search-guard-5/tools/hash.sh -p mypassword
The result is : permission denied
What am I doing wrong ?
I have 5.3.0 elasticsearch version with the corresponding SG plugin
Thanks `
`
That’s a file permission problem, you need to chmod the scripts first before you can execute them.
The script is indeed “hash.sh”, not “hasher.sh”, that’s a glitch in the docs.
···
On Thursday, July 6, 2017 at 10:06:14 AM UTC+2, Charlotte Dupont wrote:
Hi,
I’m trying to generate hash password for internal user.
In the Searchguard doc, the command line is like this :
plugins/search-guard-X/tools/hasher.sh -p mypassword
However, it seems that there is no hasher.sh in the tools folder, but hash.sh, so I tried this :
plugins/search-guard-5/tools/hash.sh -p mypassword
The result is : permission denied
What am I doing wrong ?
I have 5.3.0 elasticsearch version with the corresponding SG plugin
Thanks `
`