Placed At : Hi, We have an openldap server which authenticates users. "uid" is the attribute with which it authenticates. We find that ldapsearch is case insensitive when search is done with uid as the filter. 1. ldapsearch -b "o=root" "(uid=test)" 2. ldapsearch -b "o=root" "(uid=TEST)" both the search 1 & 2 returns the same result. How do we disable this and make uid case sensitve ? Thanks in advance Susanth