From: Javier <te...@rd...> - 2001-01-05 12:03:33
|
Hello guys! I have found one problem with module LDAP.pm working with the LDAP server OpenLDAP. When I try request the schema of the server, it don't answer, it is becouse in the subroutine of LDAP.pm sub schema { ... $mesg = $self->search( base=>$base, scope=>'base', filter =>'(objectclass=*)', ); .... } but OpenLDAP need to specify the name of attribute request. Then it anwer correctly. For this reason when I write a script how this: $schema = $ldap->schema(); don't answer correctly , becouse OpenLDAP don't answer the attribute subschemasubentry if it don't request specifically. Can somebody helpme? I would like don' modify LDAP.pm to resolve this problem! Thanks for all! |