Soulier, Marcel wrote:
manager: 1.3.6.1.4.1.1466.0=#04024869,O=Test,C=GB [..] Console output:
adding new entry "cn=test,o=users,dc=example,dc=com"
ldap_add: Invalid syntax (21) additional info: manager: value #0 invalid per syntax
It seems that the RDN in your example above is taken from RFC 4514.
OpenLDAP does strict schema checking on a all DN components. => You should ensure that either 1.3.6.1.4.1.1466.0 is declared as an AttributeTypeDescription in your subschema or to use another attribute type already existing in your subschema.
Ciao, Michael.