[Zope-CMF] CMF/LDAP auth

larry_prikockis@NatureServe.org larry_prikockis@NatureServe.org
Tue, 19 Mar 2002 11:12:32 -0500


Hi...
I'm sure this is something silly, as I had it working before but... here
goes:

I'm running Zope 2.5, the latest CMF out of CVS and the latest version of
LDAPUserFolder...
I can set up the LDAP user folder so I can correctly talk to the LDAP
server, look up users/groups, etc.
However-- when I try to log into the CMF Portal, I get the following:


Traceback (innermost last):
  File /zope/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line
150, in publish_module
  File /zope/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line
114, in publish
  File /zope/Zope-2.5.0-linux2-x86/lib/python/Zope/__init__.py, line 158, in
zpublisher_exception_hook
    (Object: test)
  File /zope/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line
98, in publish
  File /zope/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/mapply.py, line 88,
in mapply
    (Object: logged_in)
  File /zope/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py, line
39, in call_object
    (Object: logged_in)
  File /zope/Zope-2.5.0-linux2-x86/lib/python/Shared/DC/Scripts/Bindings.py,
line 252, in __call__
    (Object: logged_in)
  File /zope/Zope-2.5.0-linux2-x86/lib/python/Shared/DC/Scripts/Bindings.py,
line 283, in _bindAndExec
    (Object: logged_in)
  File
/zope/Zope-2.5.0-linux2-x86/lib/python/Products/PageTemplates/ZopePageTempla
te.py, line 207, in _exec
    (Object: logged_in)
  File /zope/Zope/lib/python/Products/CMFDecor/FSPageTemplate.py, line 111,
in pt_render
    (Object: logged_in)
  File
/zope/Zope-2.5.0-linux2-x86/lib/python/Products/PageTemplates/PageTemplate.p
y, line 86, in pt_render
    (Object: logged_in)
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
158, in __call__
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
191, in interpret
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
523, in do_useMacro
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
191, in interpret
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
542, in do_defineSlot
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
191, in interpret
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
491, in do_condition
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
191, in interpret
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
491, in do_condition
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
191, in interpret
  File /zope/Zope-2.5.0-linux2-x86/lib/python/TAL/TALInterpreter.py, line
402, in do_setLocal_tal
  File
/zope/Zope-2.5.0-linux2-x86/lib/python/Products/PageTemplates/TALES.py, line
247, in evaluate
  File
/zope/Zope-2.5.0-linux2-x86/lib/python/Products/PageTemplates/ZRPythonExpr.p
y, line 49, in __call__
    (Info: member.setProperties(last_login_time=member.login_time))
  File Python expression
"member.setProperties(last_login_time=member.login_time)", line 2,
in f
  File /zope/Zope/lib/python/Products/CMFCore/MemberDataTool.py, line 241,
in setProperties
TALESError: Sorry, an error occurred


----------------------
any idea what's going on?   I've been scratching my head on this one all
morning and can't figure out where it's frelled up...


+
Larry J. Prikockis
Internet Systems Specialist, NatureServe
Voice:703-908-1833 / Fax:703-908-1917 /
Email:larry_prikockis@NatureServe.org
www.NatureServe.org
+
All programmers are optimists. Perhaps this modern sorcery especially
attracts those who believe in happy endings and fairy godmothers. Perhaps
the hundreds of nitty frustrations drive away all but those who habitually
focus on the end goal. Perhaps it is merely that computers are young,
programmers are younger, and the young are always optimists. But however the
selection process works, the result is indisputable: "This time it will
surely run," or "I just found the last bug."
-- Frederick P. Brooks, Jr., The Mythical Man Month