Hi to all, I need to make Zope perform an AFS-based authentication: any suggestions/hints/knowledge/resources? Thanks, Carlo.
On 11 Jun 2002 at 15:30, Carlo Giomini wrote:
Hi to all, I need to make Zope perform an AFS-based authentication: any suggestions/hints/knowledge/resources? Thanks, Carlo.
Which direction do you want to go? 1. You want Zope user folder to be an authentication source for AFS? (not possible), 2. or you want Zope to authenticate to an existing AFS domain? (possible) I've done the later, used SWIG to wrap some AFS functions and created a userFolder object to authenticate to AFS. Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax AOL-IM: BKClements
On Tue, 11 Jun 2002, Brad Clements wrote:
On 11 Jun 2002 at 15:30, Carlo Giomini wrote:
Hi to all, I need to make Zope perform an AFS-based authentication: any suggestions/hints/knowledge/resources? Thanks, Carlo.
Which direction do you want to go?
1. You want Zope user folder to be an authentication source for AFS? (not possible),
2. or you want Zope to authenticate to an existing AFS domain? (possible)
I want Zope to authenticate to an existing AFS domain. Could you tell me more about how you did it? Are there any other ways to do this task (other than using userFolders, I mean)? Thanks for helping. Regards, Carlo.
I've done the later, used SWIG to wrap some AFS functions and created a userFolder object to authenticate to AFS.
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax AOL-IM: BKClements
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
On Wed, 2002-06-12 at 07:10, Carlo Giomini wrote:
On 11 Jun 2002 at 15:30, Carlo Giomini wrote:
Hi to all, I need to make Zope perform an AFS-based authentication: any suggestions/hints/knowledge/resources? [...] On Tue, 11 Jun 2002, Brad Clements wrote:
I've done the later, used SWIG to wrap some AFS functions and created a userFolder object to authenticate to AFS.
I want Zope to authenticate to an existing AFS domain. Could you tell me more about how you did it? Are there any other ways to do this task (other than using userFolders, I mean)?
You will certainly need an user folder for this task. Which doesn't mean you'll have to create one. You can extend one of the pluggable user folders out there with just the AFS authentication parts. Here are two for your convenience: http://www.zope.org/Members/NIP/SimpleUserFolder http://www.zope.org/Members/TheJester/exUserFolder Cheers, Leo
participants (3)
-
Brad Clements -
Carlo Giomini -
Leonardo Rochael Almeida