Hi, Is there a technique to insert search references into entries, for the explicit purpose of prototyping some new application?
I could imagine something like this:
$ref = new Net::LDAP::Reference('ou=remote-server,dc=foo,dc=com',
ref => 'ldap://a.b.c/ou=remote-server/dc=foo,dc=com');
$entries->add($ref);
The idea is that I want to create some entries in memory, so that I can search
through them, and I want those entries to also contain some references.
Any ideas?
Thanks,
--
Mike Jackson
