Tyler Palmer writes: > Could someone please direct me to a list of the LDAP Return Codes and what > they might mean? > > I'm trying to use ldap_add_ext_s and I get a "protocol error" and need to > correct whatever I've done wrong. Slapd usually returns a text with LDAP_PROTOCOL_ERROR. What does it say? Also, you could grep the slapd source code for LDAP_PROTOCOL_ERROR. Also, search rfc2251 for 'protocolError'. -- Hallvard