Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LDAP get the schema type (say rfc)

1 view
Skip to first unread message

Omi

unread,
Jan 8, 2009, 6:43:55 AM1/8/09
to perl...@perl.org
Hi All,

1. Is there is any method in Net::LDAP that can gives me an LDAP
Schema type say RFC33.. or Windows AD.
Since such a standard schema contains all static attribute properties,
so that can help me to add that schema into my tool.
2. Is there any way from which I can able to get the User/Group
attributes by giving OU Path.
Say : ou=a, dc=b, dc=c
Now Create some OU object and do OU->getattributes(); something like
this?

Thanks,
Omi

Chris Ridd

unread,
Jan 8, 2009, 11:23:06 AM1/8/09
to omi, perl...@perl.org

On 8 Jan 2009, at 11:43, omi wrote:

> Hi All,
>
> 1. Is there is any method in Net::LDAP that can gives me an LDAP
> Schema type say RFC33.. or Windows AD.

See Net::LDAP::Schema. But it just gives you the definitions, it
doesn't judge whether the schema corresponds to a certain
manufacturer's idea, or any particular standard.

Cheers,

Chris

0 new messages