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

- Fixes quanah/net-ldapapi#6: ldap_sasl_bind has wrong prototype in LDA... #7

Closed phillipod closed 9 years ago

phillipod commented 9 years ago

Function prototype in LDAPapi.xs is:

int ldap_sasl_bind(ld, dn, passwd, sctrls, serverctrls, clientctrls, msgidp)

Should be:

int ldap_sasl_bind(ld, dn, passwd, serverctrls, clientctrls, msgidp)