I'm using CakePHP MVC as my intranet web interface. I have several "offline mode" folders indexed via Zoom Search Engine. These folders require user/group authentication because of the proprietary nature of the files. I am able to provide authentication to the Zoom Search interface via passing a SessionID through the command line. I can then modify the search.php file to lookup the session and validate the user associated with the session has the credentials to view the indexed files.
I could write a PHP wrapper around a CGI to perform a similar function. The problem with doing this is the security can be by bi-passed by calling search.cgi directly.
Any suggestions on securing a CGI version of Zoom Search Engine.
I could write a PHP wrapper around a CGI to perform a similar function. The problem with doing this is the security can be by bi-passed by calling search.cgi directly.
Any suggestions on securing a CGI version of Zoom Search Engine.
Comment