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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...