Refine your search:

What private key pairs are used to generate the hashed passwords in authentication.conf or the passwd file?

asked 15 Jan '10, 21:56

matt's gravatar image

matt ♦♦
3.1k2427
accept rate: 82%


One Answer:

In splunk up to 4.1.2, splunk password hashing is applied to both ssl cert passwords and user login passwords. The mechanism is more of a cipher than a key pair.

The secret used in this cipher is stored in $SPLUNK_HOME/etc/auth/splunk.secret. Thus your stored password datums and this file must match.


After 4.1.2, the passwd file contains a traditional one-way hash of the password string, with salt, just as you would find in a linux or openbsd system. SSL cert passwords, and ldap bind passwords are still ciphered as before.

link

answered 15 Jan '10, 22:32

jrodman's gravatar image

jrodman ♦
5.8k2515
accept rate: 42%

edited 31 Dec '10, 16:49

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×100
×58
×25

Asked: 15 Jan '10, 21:56

Seen: 842 times

Last updated: 31 Dec '10, 16:49

Copyright © 2005-2012 Splunk, Inc. All rights reserved.