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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...