quanah / net-ldapapi

The Net::LDAPapi Perl Module uses the OpenLDAP and Mozilla C api's to directly access and manipulate an LDAP v2 or LDAP v3 server.
8 stars 6 forks source link

Consider exposing ber_printf() and ber_scanf() #15

Open phillipod opened 9 years ago

phillipod commented 9 years ago

Consider exposing these methods and OO-style methods so as to remove the need to use of Convert::ASN1 or similar - particularly relevant where performance is a requirement

phillipod commented 9 years ago

It shouldn't be problematic to do this in a way that doesn't prevent the use of Convert::ASN1

Edit: Doesn't!