- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

morethanyell
Builder
09-18-2019
06:22 PM
Hi,
May I please get some clarification as to why my password isn't accepted by the splunk hash-passwd
CLI command? Need to place it in my user-seed.conf
. Thanks in advance.
Here:
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
09-19-2019
01:06 AM
Hi,
Please enclose your password in single quote.
Like
/opt/splunk/bin/splunk hash-passwd 'Es$jhsd2'
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
lmethwani_splun

Splunk Employee
09-19-2019
03:10 AM
Hi,
It will accept 8 alphanumeric characters without single quotes. If you are using any special characters, you must mentioned them into single quote.
1. splunk hash-passwd acdef123
2. splunk hash-passwd 'Es$jhsd2'
Thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
09-19-2019
01:06 AM
Hi,
Please enclose your password in single quote.
Like
/opt/splunk/bin/splunk hash-passwd 'Es$jhsd2'
