From: Chris R. <chr...@ma...> - 2002-11-04 13:09:41
|
On 4/11/02 9:10 am, pau...@cp... <pau...@cp...> wrote: > Jeffery- > You need to examine the arguments you pass to the search method - see > perldoc net::ldap for full details. You might try something like: > > $result = $ldap->search ( > base => $searchString, > filter => "(objectclass=*)", > attrs => $attrs ); > > Regards, > > Paul. Jeffery was actually binding as $searchString as well, so it probably isn't the right base to use for the search. I don't know enough about Active Directory to know what a good search base for it might be :-( Cheers, Chris |