On Wed, 28 Jun 2006 02:51:21 +0300, Tzahi Fadida <tzahi.ml at gmail.com> wrote: >Basically i can override the security options like so: Why not just do Broker(security=PermitEverything()) on the client? This is why SecurityOptions is parameterizeable. You shouldn't have to monkey-patch anything.