All Apps and Add-ons

SA LDAP Search password in base 64

raziasaduddin
Path Finder

I downloaded the SA LDAP Search and noticed that the password for the account that I use to search my domains is stored in base64. Are there any plans to make it more secure like the authentication.conf LDAP strategies? We were able to get the designers of the Cisco IPS app to pass the authentication through the app instead of storing passowrds in conf files.

[spl.com]

server = host1;host2;host3

port = 636

ssl = true

basedn = DC=spl,DC=com

binddn = cn=Splunk Searcher,OU=Managed Service Accounts,DC=spl,DC=com

password = {64}fohhiuehgihgri

alternatedomain = SPL

jcoates_splunk
Splunk Employee
Splunk Employee

Hi, we switched to Splunk's internal password storage mechanism in 2014 (version 2.0).

0 Karma

Jason
Motivator

There are definitely more secure ways of storing passwords, which they should be using. in the meantime, here's how to "securely" (at least on your own box, not through some internet service) base64 your password:

$ ./bin/splunk cmd python
>>> import base64
>>> base64.b64encode('enterMyPWhere')
'base64encpwhere=='

Don't forget to leave off the quotes when pasting back in to the conf file!

raziasaduddin
Path Finder

Also, If I enter a password in as base 64, it does not work, but if I do it in plaintext, it does. Thanks for the assistance!

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...