On Mon, Jul 30, 2012 at 11:24 AM, Guillaume Rousse <guillomovitch@gmail.com> wrote:
No specific syntax. Just get a specific user entry, and check its DN: ldapsearch -x -b <yourbase> uid=<youruid>

OK, I see. Just do a generic ldapsearch, right? Simple and effective. Thank you, Guillaume.