[PHP] Let openbasedir limited folks use system-wide includes

2004-01-27 Thread MIKE YRABEDRA


Hello,

I use php admin flags to give each of my clients different permissions. All
of them , by default, are limited to their directory using openbasedir
parameter.

I also have phpmailer set up so everyone can use it as an include or require
function.

The only problem is, the folks locked into their directories cannot use it.
It gives an openbase directory error every time.

Does anyone know of a solution for this without compromising security?



++
Mike Yrabedra (President)
323 Incorporated 
Home of MacDock.com, MacAgent.com and MacShirt.com
++
W: http://www.323inc.com/
P: 770.382.1195
F: 734.448.5164
E: [EMAIL PROTECTED]
I: ichatmacdock
++
Whatever you do, work at it with all your heart,
as working for the Lord, not for men.
~Colossians 3:23 {{{
++

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Let openbasedir limited folks use system-wide includes

2004-01-27 Thread Jason Wong
On Tuesday 27 January 2004 18:59, MIKE YRABEDRA wrote:

 The only problem is, the folks locked into their directories cannot use it.
 It gives an openbase directory error every time.

 Does anyone know of a solution for this without compromising security?

safe_mode_include_dir

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
If you want your spouse to listen and pay strict attention to every
word you say, talk in your sleep.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php