Re: ZEO server-side authentication protocol?
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <CAPDm-FiUKTxNkkupwW7P0-zXmOAs18x7PpKnuOE6etsV54uWDg@mail.gmail.com> |
Well, this is a bit off the beaten path, but it's doable with a bit of extra coding. Look at: https://github.com/zerodb/zerodb/blob/master/zerodb/permissions/subdb.py#L46 In that experiment, we were authenticating users by client cert, which was a lot more complicated than what you're trying to do I think. If this isn't straightforward to work out, let me know and I'll try to explain further. (But I'd be happy not to have to reload this stuff into my brain. :) ) Jim On Mon, Jan 16, 2017 at 7:59 PM, Bill Janssen <[email protected]> wrote: > I think what I'd really like is for there to be multiple "filestorage" > sections, which are selected by which identity connects to the server. > > Bill > > On Monday, January 16, 2017 at 3:14:09 PM UTC-8, Jim Fulton wrote: >> >> >> >> On Mon, Jan 16, 2017 at 6:05 PM, Bill Janssen <[email protected]> >> wrote: >> >>> I've been looking through the ZEO 5.1.1 sources, trying to see where >>> client-certificates would appear, and where the authentication API is. >>> Unfortunately, I'm not finding documentation on this. >>> >> >> https://github.com/zopefoundation/ZEO#server-ssl-configuration >> >> Jim >> >> -- >> Jim Fulton >> http://jimfulton.info >> > -- > You received this message because you are subscribed to the Google Groups > "zodb" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Jim Fulton http://jimfulton.info -- You received this message because you are subscribed to the Google Groups "zodb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.