Hi,
I´m new in Zope. I have one LDAPUserFolder to authenticate users. I
want use LDAPUser´s getProperty method to get some fields of the LDAP
entry. When I try to use it I get
Error Type: Unauthorized
Error Value: You are not allowed to access getProperty in this
context
I'm the manager of the site.
This is the python script:
er = context.acl_users
return er.getUser('user').getProperty()