"Steven L Smith" <ssmith46 at zimbra.naz.edu> wrote
> <%
> import active_directory
> for person in active_directory.search ("objectCategory='Person'"):
> Response.Write(person.displayName)
> %>
>
> Results in...
>
> Python ActiveX Scripting Engine error '80020009'
Do you have the right access rights?
Just a guess...
Alan g