Re: [Phpgacl-general] protecting 'non-owned' pages/apps with phpgacl?
Brought to you by:
ipso
|
From: Mike B. <ip...@sn...> - 2006-01-02 23:54:18
|
Wrapping 3rd party apps really depends on what your needs are. Its not an easy thing to do, as permission systems work best when built in to an app from the ground up. If you really want to do it, I suggest just using a global include file, unless you want more fine grained permissions, which you will need to modify almost every page in the 3rd party app.=20 There is no "magic pill" for fine grained permissions. It takes work. On Mon, 2006-01-02 at 14:36 -0800, OpenMacNews wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 >=20 > hi all, >=20 > using phpgacl for protecting my own pages, where i can/should/do manange = my own code is > clear/straightforward. >=20 > a general usage question for 'other stuff': >=20 > do y'all use phpgacl roles-n-priviliges to "wrap" around 3rd-party apps/s= ites? e.g., setup a > phpbb2 board inside your site, and use phpgacl to protect/restrict access= to any/all > phpbb2-related pages ... >=20 > if so, how best? >=20 > other options, i suppose, are to 'synch' the auth DB's of the various app= s, etc., or (yech!) > modify every page of the 3rd-party code to use phpgacl checks ... >=20 > thx! for any insights! >=20 > cheers, >=20 > richard >=20 > - -- >=20 > /"\ > \ / ASCII Ribbon Campaign > X against HTML email, vCards > / \ & micro$oft attachments >=20 > [GPG] OpenMacNews at gmail dot com > fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (Darwin) >=20 > iEYEAREDAAYFAkO5qt4ACgkQlffdvTZxCMYVhgCfflplfYbJGDbJ2hn6kcmtDe6d > UCAAoKtkdPicn7HA0o928HlBSIWTFN+B > =3DR1IU > -----END PGP SIGNATURE----- >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Phpgacl-general mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgacl-general --=20 Mike Benoit <ip...@sn...> |