Bug #385
Setup screen doesn't deploy auth script
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
Fixed issue where the setup screen did not toggle the status of the authentication script correctly, closes #385
Fixed issue where the setup screen did not toggle the status of the authentication script correctly, closes #385
History
#1 Updated by Luke Murphey over 12 years ago
- Description updated (diff)
#2 Updated by Luke Murphey over 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 over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r33.
#4 Updated by Luke Murphey over 12 years ago
- Target version set to 1.0.1