Drb access control

drb experts-

any idea how to easily implement a scheme where by certain methods on a drb
object would require authentication and others would not?

-a

···

====================================

Ara Howard
NOAA Forecast Systems Laboratory
Information and Technology Services
Data Systems Group
R/FST 325 Broadway
Boulder, CO 80305-3328
Email: ahoward@fsl.noaa.gov
Phone: 303-497-7238
Fax: 303-497-7259
====================================

You could do something similar to insecure_method? and ACLs (#allow?)

Should be very simple, because everything flows through
#check_insecure_method (and #insecure_method?)

···

ahoward (ahoward@fsl.noaa.gov) wrote:

drb experts-

any idea how to easily implement a scheme where by certain methods on a drb
object would require authentication and others would not?


Eric Hodel - drbrain@segment7.net - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04

–CGcXfQ1PUDCmwDYp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

=20
drb experts-
=20
any idea how to easily implement a scheme where by certain methods on a d=
rb
object would require authentication and others would not?

You could do something similar to insecure_method? and ACLs (#allow?)

the acl thing looks cool. i’ll check it out.

-a

···

On Tue, 4 Feb 2003, Eric Hodel wrote:

ahoward (ahoward@fsl.noaa.gov) wrote:

Should be very simple, because everything flows through
#check_insecure_method (and #insecure_method?)

–=20
Eric Hodel - drbrain@segment7.net - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04

–CGcXfQ1PUDCmwDYp
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE+Ptl9MypVHHlsnwQRAtUOAJ0UpjZ38N7H8QdaWULBr99yzK0rDACg266H
v1qAuf7g4bo9JT6qgprMils=
=67sR
-----END PGP SIGNATURE-----

–CGcXfQ1PUDCmwDYp–

====================================

Ara Howard
NOAA Forecast Systems Laboratory
Information and Technology Services
Data Systems Group
R/FST 325 Broadway
Boulder, CO 80305-3328
Email: ahoward@fsl.noaa.gov
Phone: 303-497-7238
Fax: 303-497-7259
====================================