On 11/7/06, Hirmke Michael <[EMAIL PROTECTED]> wrote:
Hi *,

is there a preferred method to get a complete AD (LDAP) structure into
a hash of hashes or some other more complex perl structure?
The result should look similar to this example:

$VAR1 = {
  'CN=Connections,CN=...' => {
    'CN=UMS Connector,CN=Connections,CN=...' => {
      'adminDisplayName' => [
        'UMS Connector'
      ],
      'canPreserveDNs' => [
        'FALSE'
      ],
...

I hope you get the idea, which is to turn a flat LDAP structure into
a tree hierachy.
I'm confused as to why you'd think that the LDAP structure is
flat and that putting it into a hash would change that? :}



TIA.

Bye.
Michael.
Cheers,
Andrej

Reply via email to