On 18/1/04 6:31 pm, Peter Marschall <[EMAIL PROTECTED]> wrote: > * perl-ldap-0.31supportedFeatures.patch > - add the attribute supportedFeatures to the default list of > attributes for the root_dse() method in Net::LDAP > - add method supported_feature() to Net::LDAP::RootDSE > Both changes allow to query a server that are advertised using > the supportedFeatures attribute (e.g. support for + to get all > operational attributes). > At least two LDPA server (OpenLDAP and Novell eDirectory) > support the supportedFeature attribute in the root DSE.
We've avoided adding proprietary attributes to the core Net::LDAP so far... Is this defined in some RFC or draft? > * perl-ldap-0.31-Util.patch > - add functions to escape / unescape strings to be used > in string represantations of ldap filters (RFC2254). Great idea. It would be even greater ;-) if Net::LDAP::Filter used them... Thanks for the other patches. I'll try to take a look at them this week. Cheers, Chris
