Refine your search:

I'm trying to enable SSO by proxying from Apache w/ mod_auth_kerb. The problems seems to be the contents of Remote-User include the @REALM. Is there some way to strip the realm from Remote-User in Apache or configure Splunk to ignore it?

asked 23 Jul '10, 20:43

dmesler's gravatar image

dmesler
414
accept rate: 100%


2 Answers:

Upgrading mod_auth_kerb wasn't an option. Fortunately I had success adding this:

RequestHeader edit REMOTE_USER "@REALM$" ""

Thanks though.

link

answered 26 Jul '10, 18:44

dmesler's gravatar image

dmesler
414
accept rate: 100%

mod_auth_kerb >= 5.4 allows you to configure KrbLocalUserMapping On in your Apache configuration which will strip the realm part off the remote user sent to Splunk.

link

answered 26 Jul '10, 08:14

ziegfried's gravatar image

ziegfried ♦
7.1k1315
accept rate: 53%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×37
×33

Asked: 23 Jul '10, 20:43

Seen: 1,165 times

Last updated: 26 Jul '10, 18:44

Copyright © 2005-2012 Splunk, Inc. All rights reserved.