Project

General

Profile

Bug #385

Updated by Luke Murphey almost 12 years ago

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:

<pre> {pre>
[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
</pre>

Back