question

2009-01-15 Thread Daniel Chojecki
Hello, is it possible to fetch all baseDNs from ldap server ? Could you show some examples, because i'm quit new to perl language. Best Regards, Daniel

Re: question

2009-01-15 Thread Graham Barr
On Jan 15, 2009, at 7:58 AM, Daniel Chojecki wrote: is it possible to fetch all baseDNs from ldap server ? Could you show some examples, because i'm quit new to perl language. Any DN can be used as a baseDN for a search, so I assume you mean the base of all the trees known to the server. Thi

Re: question

2009-01-15 Thread Daniel Chojecki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Any DN can be used as a baseDN for a search, so I assume you mean the > base of all the trees known to the server. i thought about it. > This can be obtained from the > namingContexts attribute in the RootDSE entry > > Here is a piece of code, mi