[Zope] Zope and ActiveDirectory anyone?
Jens Vagelpohl
jens@zope.com
Mon, 20 Jan 2003 07:35:01 -0500
have you taken a look at LDAPUserFolder? you would have seen that it
enables you to do that, too.
jens
On Monday, Jan 20, 2003, at 05:38 US/Eastern, Oliver Marx wrote:
> In the ActiveDirectory one can store additional information about
> users. Full Name, Office, Phone, etc. Given a Login, I want to extract
> the extra information.
>
> \Oliver
>
>
>> it is unclear what you mean by "connecting" zope with "active
>> directory", but if your goal is to authenticate against it the
>> LDAPUserFolder has been used by some people to achieve that goal::
>>
>> http://www.dataflake.org/software/ldapuserfolder/
>>
>> jens
>>
>>
>> On Sunday, Jan 19, 2003, at 14:36 US/Eastern, Oliver Marx wrote:
>>
>> > Have anyone tried to connect Zope to ActiveDirectory ?
>> >
>> > \Oliver