What does "WARN: LDAP: DN component missing '=':" mean in my warn log?
search cancel

What does "WARN: LDAP: DN component missing '=':" mean in my warn log?

book

Article ID: 54388

calendar_today

Updated On:

Products

CA Directory CA Security Command Center CA Data Protection (DataMinder) CA User Activity Reporting

Issue/Introduction

What does "WARN: LDAP: DN component missing '=':" mean in my warn log?

Environment

Release: ESPDIR99000-8.1-Extended Support Plus-for CA Directory
Component:

Resolution

Solution:

When an LDAP application sends a search to the Directory specifying a base DN which is missing a "=" in the DN, you will see the following warning in the WARN log of the DSA.

WARN: LDAP: DN component missing '=':"

Example:

If you execute the following LDAP search
% dxsearch -h localhost -p 19389 -b "garbage,o=democorp,c=au" -s sub "(sn=LINK)"

The following will be logged in the WARN log of the DSA

20090227.073930.703 WARN : LDAP: DN component missing '=': garbage,o=democorp,c=au

A LDAP Distinguished Name (DN) is always in the following format

attr=value, attr=value, ......