From: Justin <da...@io...> - 2001-02-01 22:51:27
|
Greetings! I am using version 0.22 of the perl library and Netscape Directory Server version 4.12. Whenver I retrieve the list of attributes using something like: my $schema = $ldap->schema("cn=Schema"); my @atts = $schema->attributes(); the array returned from attributes() is all upper case. However, the values returned from the MUST and MAY listings for an object class, obtained by: my @may = $schema->item($oid, "may"); Returns a listing that is in Mixed Case, as it is returned from the directory. Can anyone explain why $schema->attributes does not return a mixed case listing? Thanks! Justin |