Security

Can I set force_change_pass on a user from the command line?

NaraSplunk
Explorer

I can use the API to set this:
curl -k -u admin:changeme https://localhost:8089/services/authentication/users/test_user -d force-change-pass=true

etc/passwd:
:test_user:$6$7d9TeVeVS./Z0ojt$jAlgxrZaaAAaAaAqY11Nr1uP0q4/utf1VXsL5sIrtj7CSPRAoikExiyL.SGAy/8bfsPK7/:::user:::force_change_pass

but on the command line there is no luck:
*splunk edit user test_user -force_change_pass true -auth admin:changeme *

In handler 'users': Argument "force_change_pass" is not supported by this handler.

bwooden
Splunk Employee
Splunk Employee

You can use Splunk's command line to do this by invoking an _internal call ...

$SPLUNK_HOME/bin/splunk _interncal call /authentication/users/test_user -post:force-change-pass "true"
0 Karma

somesoni2
Revered Legend

Do like this

splunk edit user test_user -force-change-pass true -auth admin:changeme
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 ...