The LDAP address book search function in lib/addr.tcl
assumes that the directory server and the lookup
application
will return the attributes in a specific order (cn
before mail).
Some directory servers do not return attributes in the same
order as requested.
Included is a patch for lib/addr.tcl that changes
LDAP_Lookup
to cope with attributes returned out-of-order.
lib/addr.tcl LDAP_Lookup patch