[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAPDN



Hello,

I just building and installind 2.2.13.
I try to recompile  my programs but I receive errors :
error: cannot convert `LDAPAVA*****' to `LDAPAVA****' for argument `2'
to `int ldap_str2dn(const char*, LDAPAVA****, unsigned int)'

Ok LDAPDN = LDAPAVA****

but the man ldap_str2dn give :
int ldap_str2dn( const char *str, LDAPDN **dn, unsigned flags )      
typedef LDAPAVA** LDAPRDN;
       typedef LDAPRDN** LDAPDN;
On 2.1.22 work like the man.
What is changed ?
Thaks in advance
Guy