Security

How to update LDAP group name mapping to splunk role with REST ?

rbal_splunk
Splunk Employee
Splunk Employee

would like to update the LDAP group name to role mapping using REST on my search head.

Tags (1)
0 Karma

rbal_splunk
Splunk Employee
Splunk Employee

To confirm - the roles <> group mapping created using REST wil be replicated among Search Head Cluster Member.

rphillips_splk
Splunk Employee
Splunk Employee

using the curl command you can add or remove splunk roles mapped to a given LDAP group name. This example adds the 3 roles (admin, user, power) to the LDAP group name 'splunk_test'.

curl -k -u admin:password https://localhost:8089/servicesNS/-/launcher/admin/LDAP-groups/test_AD%2Csplunk_test -d roles=admin -d roles=user -d roles=power

test_AD is the strategy name
splunk_test is the LDAP group name

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...

Splunk Developers: Construct Your Future at the .conf26 Builder Bar

Calling all Splunk architects, platform admins, and app developers: the site is open, and the blueprints are ...

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...