Project

General

Profile

Bug #385

Setup screen doesn't deploy auth script

Added by Luke Murphey almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
07/27/2012
Due date:
% Done:

100%


Description

Setup does not appear to be configuring the script correctly. The authentication.conf ($SPLUNK_HOME/etc/system/local/authentication.conf) file should look something like:

[radius_auth_script]
scriptPath = "$SPLUNK_HOME/bin/python" "$SPLUNK_HOME/etc/apps/radius_auth/bin/radius_auth.py" 
scriptSearchFilters = 0

[authentication]
authType = Scripted
authSettings = radius_auth_script

Associated revisions

Revision 33 (diff)
Added by Luke Murphey almost 12 years ago

Fixed issue where the setup screen did not toggle the status of the authentication script correctly, closes #385

Revision 28 (diff)
Added by Luke Murphey almost 12 years ago

Fixed issue where the setup screen did not toggle the status of the authentication script correctly, closes #385

History

#1 Updated by Luke Murphey almost 12 years ago

  • Description updated (diff)

#2 Updated by Luke Murphey almost 12 years ago

It looks like the setup screen is not bothering to deploy the script because configureAuthenticationScript() is getting called with enabled=False.

#3 Updated by Luke Murphey almost 12 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r33.

#4 Updated by Luke Murphey almost 12 years ago

  • Target version set to 1.0.1

Also available in: Atom PDF