[Ruby-activeldap-discuss] return type of 'find' method?
Kouhei Sutou
kou at cozmixng.org
Thu May 17 21:15:40 EDT 2007
Hi,
2007/5/17, Reid Wightman <krwightm at gmail.com>:
> > And could you try the following change?
>
> Sure.
>
> I truncated the output a bit. It just logs make_subtypes for all the
> elements of the single response object, then ...nothing?
Ahh... I gave you a wrong advice... Could you try the following change
without the previous my wrong advice?
From:
ActiveLdap::Base.establish_connection(
...
:base=>"ou=B,ou=C,ou=D"
)
To:
ActiveLdap::Base.establish_connection(
...
:base=>"ou=B,ou=C,ou=US"
)
Thanks,
--
kou
More information about the Ruby-activeldap-discuss
mailing list