On Mar 14, 2006, at 8:14 PM, Mark Pauley wrote:
Just from
dict_ldap.c:174:2: #error "Your LDAP version is too old"
I'm thinking you may need to grab a newer LDAP...
if this is too obvious, feel free to smack me :)
_Mark
thanks for the reply
i saw that too, but couldn't believe it. here is the man page
LDAP versions
This library supports version 3 of the Lightweight Directory Access
Protocol (LDAPv3) as defined in RFC 3377. It also supports a varient
of version 2 of LDAP as defined by U-Mich LDAP and, to some degree, RFC
1777. Version 2 (all varients) should be viewed as obsolete. Version
3 should be used instead.
For backwards compatibility reasons, the library defaults to version 2.
Hence, all new applications (and all actively maintained applications)
should use ldap_set_option(3) to select version 3. The library manual
pages assume version 3 has been selected.
OpenLDAP 2.2.19 2004/11/26 LDAP(3)
2.3.2 is the most current.
maybe this is why Apple didn't compile postfix with ldap.