Re: [Zope] LDAPUSerFolder permission problem

2005-07-15 Thread Jens Vagelpohl
On 14 Jul 2005, at 02:53, Nicholas Watmough wrote: I'm not sure what you mean by a 'wrapped' user. What causes a user to have a wrapper in Zope? I am getting the 'other' user via the following code: user = context.acl_users.getUserById(username) Will this cause the user to be returned with

Re: [Zope] LDAPUSerFolder permission problem

2005-07-13 Thread Nicholas Watmough
I'm not sure what you mean by a 'wrapped' user. What causes a user to have a wrapper in Zope? I am getting the 'other' user via the following code: user = context.acl_users.getUserById(username) Will this cause the user to be returned with a wrapper, and if so, how would I remove the wrapper?

Re: [Zope] LDAPUSerFolder permission problem

2005-07-12 Thread Jens Vagelpohl
On 12 Jul 2005, at 14:03, Nicholas Watmough wrote: I'm trying to access the getProperty() method of the LDAPUser class in a Python script, in order to access the Active Directory email address of the user. There is no problem with this, if I use the method on the current active user. How

[Zope] LDAPUSerFolder permission problem

2005-07-12 Thread Nicholas Watmough
I'm trying to access the getProperty() method of the LDAPUser class in a Python script, in order to access the Active Directory email address of the user. There is no problem with this, if I use the method on the current active user. However, it doesn't work when I attempt to use the method on