LDAP get the schema type (say rfc)
omi <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <e1011e49-68e8-44b5-bb93-d03684e72f59@g38g2000yqn.googlegroups.com> |
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