Re: prevent users from seeing pl/pgsql code in pgadmin
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: prevent users from seeing pl/pgsql code in pgadmin
Dave Page wrote:
> To be honest I'm not keen to expend time and add to the complexity of
> the code to add obscurity (I can't in good conscience call it
security)
> that is so easily bypassed. This seems kinda like adding an entry
> control system to a door next to a large open window.
>
> Regards, Dave.
Well I agree 100% on the security point. I have some short-term needs
stemming from management's concern about not being able to control
non-privileged users from being able to see our code in pgAdmin.
I was expecting your answer so my only recourse is to hack the server
sources to meet my needs. :)
Merlin
Home |
Main Index |
Thread Index