From: Paul H. <hei...@cs...> - 2000-05-18 16:37:41
|
On Thu, 18 May 2000, Neil Betty wrote: > my $mesg = $ldap->search ( # perform a search > base => $base, > #scope => "sub", > filter => '(&(cn=neil*)(sn=b*)', > attrs => ['cn','mail','Extension-Attribute-1', > 'Extension-Attribute-3','department', > 'Extension-Name'] > ); Don't know how relevant this is, but it seems to me that a final paren is missing from your search filter. It could be that the LDAP server doesn't allow anonymous binds to see the hidden attributes, but I don't know that much about Exchange... Paul Heinlein hei...@cs... |