[Tutor] Accessing LDAP

Alan Gauld alan.gauld at btinternet.com
Mon Aug 11 18:04:00 CEST 2008


"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



More information about the Tutor mailing list