Re: How to dump the schema from an Oracle Internet Directory LDAP server?

2009-07-09 Thread Chris Ridd
On 8 Jul 2009, at 17:12, bill.co...@unh.edu wrote: Chris Ridd recently wrote (in part): I think the problem's in the way Oracle's representing the SYNTAX oid value. RFC 4512 ... You could ask Oracle how to configure the server to return valid schema. After looking at the RFC's you ref

Re: How to dump the schema from an Oracle Internet Directory LDAP server?

2009-07-09 Thread Bill . Costa
Chris Ridd recently wrote (in part): $schema = Net::LDAP::Schema->new; $schema->parse($res->entry(0)) or print "Schema parse failed with " . $schema->error . "\n"; Excellent! That's exactly the hint I needed for sane use of the schema services. Thanks Chris! I submitted a bu