I installed and tried to run on my client (Excel 2003) and I just get an out of memory error that pops me to the first line in the ShowQueryForm macro.
It seemed to install file and I set up the following in the ini file:
;
[Connection]
;hostname for the server
; what port to use, 389 is the default
; what DN to bind with, leave blank for anonymous (by default A.D. servers don't support anonymous binding)
; what password to bind with
;
; SSL is not supported at this time, nor is certificate authentication
;
server=ldap.hp.com
port=389
binddn=
bindpw=
[Search]
;default basedn to use for searches
basedn=o=hp.com, ou=people
;If an attribute has multiple values, they're displayed on one line separated by this
attributevalueseparator=||
[LDAP Attribute Descriptions]
;
; This section provides a list of LDAP attributes that can be searched, and a more human-friendly description of them.
; It also indicates which attributes can uniquely identify an entry.
;
; The format for this section is:
; [*]<ldap attribute> = <description of attribute>
;
; The attribute should be preceeded by a '*' if it uniquely identifies an entry
;
; Example:
; *cn=Full name
; givenname=First name
; *mail=E-mail address
;
dn=Distinguished name
employeeNumber=EmployeeNumber
*uid=UserID
ntUserDomainId=NTusername
cn=Name
*mail=Email
telephoneNumber=telephone
mobile=Mobile
manager=Manager
title=Title
hpMRUCode=MRUCode
Did you happen to try it with the default config file? If not, could you (just reinstall)?
I'm curious to see if it works at all on your computer, or just not with that config/ldap server