Security

LDAP Authentication Splunk Free broken since update to Splunk 6

pixelseventy2
Explorer

Hi. I am currently running Splunk Free. In order to provide some access control, it is proxied through Apache on the same server, with LDAP authentication. This was working perfectly until I updated to Splunk 6 this morning. Now I am unable to access Splunk, as it keeps prompting for credentials. I've even tried changing to file-based passwords, with the same issue.

Here is my Apache config:

ProxyPass           /       htp://localhost:8000/ retry=0 timeout=5
ProxyPassReverse    /       htp://localhost:8000/

[Location /]
            AuthType Basic
            AuthName "Splunk"

            AuthBasicProvider ldap
            AuthzLDAPAuthoritative  On
            AuthLDAPBindDN "cn=ldap-bind,ou=Service Accounts,...,dc=co,dc=uk"
            AuthLDAPBindPassword "..."
            AuthLDAPUrl "ldap://10.10.10.10:389/ou=...,dc=co,dc=uk?sAMAccountName?sub?(objectClass=user)" NONE
            AuthLDAPGroupAttributeIsDN on

            Require ldap-group CN=G.ADM.Logging,OU=Admin,...DC=co,DC=uk
[/Location]

Has anyone else experienced this issue? If I disable authentication it proxies fine again.

(Note, the typos above are because I can't post otherwise.)
Thanks.

Tags (1)

elatov
New Member

Are you referring to Chrome bug ID 6666?

0 Karma

ithangasamy_spl
Splunk Employee
Splunk Employee

it is known bug in 6.0 on Chrome .

0 Karma

itghelp
Path Finder

Hi @pixelseventy2, yes, only Chrome seems to be affected.

0 Karma

pixelseventy2
Explorer

Hi @itghelp, are you seeing the issue on Chrome only, or on all browsers?

Thanks.

0 Karma

itghelp
Path Finder

I'm also experiencing this issue on 6. I had it on 5, but managed to mess with the proxy settings until it worked. Trying to login with the correct user/pass just results in the authentication prompt reopening. Hitting "cancel" just gives me a 401.

I'm using nginx to reverse proxy.

0 Karma

pixelseventy2
Explorer

Hi Drainy. No, it just keeps popping up the Apache basic authentication box, seemingly for each HTTP request.

Thanks.

0 Karma

Drainy
Champion

Are you saying that its now asking for a Splunk user/pass after passing your LDAP authentication?

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 ...