Security

Is there a way for me to run as a certain user without having that user's password to test permissions and capabilities?

daniel333
Builder

All,

Our Splunk is Active Directory integrated. I have a user overseas who is stating that he cannot take certain actions (schedule real time searches). Other users with identical groups can. Is there a way for me to run as this user without having his password?

thanks
-Daniel

0 Karma

DalJeanis
Legend

Since the term "identical groups" is ambiguous between AD groups and splunk roles, please try the following and check roles for your user against one such person with "identical groups".

| rest splunk_server=local /servicesNS/-/-/authentication/users count=0 | table title email realname roles type  

If the roles are identical, and the AD groups are identical, then check whether the user already has some rt search running constantly that means he can't do ANOTHER one or be over his limit.

Other than that, have the user send you a screen shot of the relevant error message and the exact time of day of the attempt.

0 Karma

somesoni2
Revered Legend

Assuming that all settings are done at role level, you could just create native test splunk user with same role as the user having issues and then login as that test user to validate role level conf and access. Tested method.

0 Karma

woodcock
Esteemed Legend

No, but you can create a non-AD local user, give that user the same roles and see if between the 2 of you sharing that login, you can reproduce the problem.

0 Karma

sundareshr
Legend
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...