[Zope] using zExtraExAuths w/ exUserFolder for IMAP auth

Jeffrey Robinson Jeffrey.Robinson@MCICoach.com
Tue, 8 Jan 2002 07:42:25 -0600


> A short while ago I was trying to use zExtraExAuths as well with the same
> problems.
> 
> I sent a quick note to the author and he replied that zExtraExAuths is no
> longer supported and does not work correctly with the newest versions
> exUserFolder.
> 
> I'm really looking for a product that can do authentication like this, so
> it may come down to me poking around at parts of zExtraExAuths to see if I
> can get it to work somehow.  (Though I wouldn't hold my breath 'cause I'm
> not really a Python person and don't have a lot of time to work on it!)
> 
> Jeff
> 
> -----Original Message-----
> From:	Shawn Grant [SMTP:shawn@dolphinsearch.com]
> Sent:	Monday, January 07, 2002 5:28 PM
> To:	zope@zope.org
> Subject:	[Zope] using zExtraExAuths w/ exUserFolder for IMAP auth
> 
> I'm using zope 2.4.2, python 2.1.  Trying to setup IMAP authentication 
> using zExtraExAuths.  exUserFolder seems to working properly on its own 
> for me with the Authentication sources it comes with.
> 
> When I choose IMAP Authentication source I get the following error. 
>  Anyone using this product?  Any ideas?
> 
> *Error Type: NameError*
> *Error Value: name 'currentAuthSource' is not defined*
> 
> Traceback (innermost last):
>   File /var/lib/kb/./zope/lib/python/ZPublisher/Publish.py, line 223, in
> publish_module
>   File /var/lib/kb/./zope/lib/python/ZPublisher/Publish.py, line 187, in
> publish
>   File /var/lib/kb/./zope/lib/python/Zope/__init__.py, line 226, in
> zpublisher_exception_hook
>     (Object: Zope)
>   File /var/lib/kb/./zope/lib/python/ZPublisher/Publish.py, line 171, in
> publish
>   File /var/lib/kb/./zope/lib/python/ZPublisher/mapply.py, line 160, in
> mapply
>     (Object: manage_addexUserFolderForm)
>   File /var/lib/kb/./zope/lib/python/ZPublisher/Publish.py, line 112, in
> call_object
>     (Object: manage_addexUserFolderForm)
>   File /var/lib/kb/zope/lib/python/Shared/DC/Scripts/Bindings.py, line
> 324, in __call__
>     (Object: manage_addexUserFolderForm)
>   File /var/lib/kb/zope/lib/python/Shared/DC/Scripts/Bindings.py, line
> 354, in _bindAndExec
>     (Object: manage_addexUserFolderForm)
>   File /var/lib/kb/./zope/lib/python/App/special_dtml.py, line 244, in
> _exec
>     (Object: manage_addexUserFolderForm)
>   File /var/lib/kb/./zope/lib/python/DocumentTemplate/DT_Util.py, line
> 231, in eval
>     (Object: authForm(mapping=_))
>     (Info: authForm)
>   File <string>, line 0, in ?
>   File /var/lib/kb/./zope/lib/python/App/special_dtml.py, line 133, in
> __call__
>     (Object: manage_addIMAPAuthSourceForm)
>   File /var/lib/kb/./zope/lib/python/DocumentTemplate/DT_String.py, line
> 546, in __call__
>     (Object: manage_addIMAPAuthSourceForm)
>   File /var/lib/kb/./zope/lib/python/DocumentTemplate/DT_Util.py, line
> 231, in eval
>     (Object: currentAuthSource.host)
>     (Info: currentAuthSource)
>   File <string>, line 0, in ?
> NameError: (see above)
> 
> 
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )