Scott,
Sorry for the confusion (I was trying not to send a bunch of code to the list).
Blame it on a case of the Friday's.
Anyway, I found out what the problem was. It seems that *somebody* forgot to
null-terminate the attribute name. Once it was null terminated, I started
getting back the values.
Thanks for the sample code.
Matt
<snip>
confusingly, your text says that you're calling ldap_first_attribute,
as well as ldap_get_values, but your example only shows that you're
calling ldap_first_entry followed by ldap_first_attribute.
<snip>