On Mon, February 14, 2005 4:42 pm, Faltermier, David (HP Directory) said: > A question about Net::LDAP::Control::ProxyAuth... > > I noticed that the OID used for the proxyAuth control is rather old. > According to > http://search.cpan.org/src/GBARR/perl-ldap-0.3202/lib/Net/LDAP/Constant. > pm > > the OID for the ProxyAuth control is: > > LDAP_CONTROL_PROXYAUTHENTICATION (2.16.840.1.113730.3.4.12) > > Should this be updated with the more recent OID of > '2.16.840.1.113730.3.4.18' (draft-weltman-ldapv3-proxy-12.txt)?
We probably need to support both, reading http://www.alvestrand.no/objectid/2.16.840.1.113730.3.4.12.html http://www.alvestrand.no/objectid/2.16.840.1.113730.3.4.18.html They are supported by different versions of the server. So Net::LDAP::Control::ProxyAuth needs to be updated to take a version parameter and use the correct OID. Thanks, Graham.
