After the upgrade of Splunk core to release 9.4.0, if I want to bind LDAP group name to role inside splunk (I have about 200 role), splunk show me only 30 role.
I tried to bypass this bug/issue setting it via conf file and then restarting the splunk service but this is boring.
Do you encountered this issue? How to resolve that?
NOTE:
Environment Search Head Cluster
Splunk Enterprise rel. 9.4.0
Since we had the same proplem in our company, this was the official splunk support response:
The team informed that this known issue is fixed in the upcoming Splunk 9.4.3 release. Since we do not currently have an ETA for the release, they have suggested a workaround meanwhile,
In the web-features.conf file in the etc/system/local directory, under the stanza [feature:page_migration] add 2 flags -
enable_admin_LDAP-groups_vnext = false
enable_authentication_providers_LDAP_vnext = false
This should fix the issue
Since we had the same proplem in our company, this was the official splunk support response:
The team informed that this known issue is fixed in the upcoming Splunk 9.4.3 release. Since we do not currently have an ETA for the release, they have suggested a workaround meanwhile,
In the web-features.conf file in the etc/system/local directory, under the stanza [feature:page_migration] add 2 flags -
enable_admin_LDAP-groups_vnext = false
enable_authentication_providers_LDAP_vnext = false
This should fix the issue
Thank so much!!!
Does anybody have an idea?
Thank You