executables.cfg
executables.cfg
defines the system locations of external programs used by Funnelback.
This configuration can only be modified by a system administrator. |
Example
Linux:
htpasswd_modify=$SEARCH_HOME/web/bin/change_password.sh
htpasswd_delete=/usr/bin/htpasswd -D
java=$SEARCH_HOME/linbin/jdk1.6.0_03/bin/java
Windows:
htpasswd_modify=$SEARCH_HOME\web\bin\change_password.bat
htpasswd_delete=$SEARCH_HOME\wbin\htpasswd.exe -D
java=$SEARCH_HOME\wbin\jdk1.6.0_03\bin\java.exe
In the examples above, the $SEARCH_HOME
string will be expanded to use the location into which Funnelback has been installed.