Fellow monks, Is there a way to identify with Net::LDAP which type attributes you are pulling back; I am interested in knowing if the the attribute type is binary or not? I am thinking of using length function to compare the binary entry and string comparison for non binary types. The binary types is throwing off my comparison, does any one have a better idea on how to handle this? Thanks.