in reply to
Re: how to handle comparison of binary type attributes in LDAP
in thread how to handle comparison of binary type attributes in LDAP
It's comparing LDAP entries from two servers. It could be a comparison between Primary and secondary or two LDAP server in different environment, e.g: DEV,QA,PROD. I got this written already, but as I analyze the result I noticed the Binary type is throwing me off track when I do a comparison. Hence I thought I could avoid by just doing length equality comparison on the value.
BTW, what is an XY problem?