In version 4.1 Splunk is able to use, side by side, LDAP and SplunkAuth.
Any users configured in your $SPLUNK_HOME/etc/passwd file will be able to login.
Splunkauth accounts takes precedence over LDAP (as of version 4.1), any Splunk users with a conflicting LDAP login will bypass LDAP and be able to login using their Splunkauth credentials.
If you migrated from version 4.0x -> 4.1, there is a migration bug where the SplunkAuth users are not disabled. If you are encountering this issue the solution is to delete any conflicting Splunk auth accounts, either via UI by browsing to
Manager >> Access Controls >> Users
As an Admin user, you will be able to see, in table format, your users along with their Authentication system (LDAP or Splunk) and any assigned roles. Click Delete for those users who are required to authentication using LDAP credentials.
Or, delete these conflicts directly from the $SPLUNK_HOME/etc/passwd file.
The users should now be able to login with their LDAP credentials.
... View more