Dieter Kluenter wrote:
"LITLE TUX" debian.developer@gmail.com writes:
Hi peoples .... i'm tryng configure openldap with postfix but qhen try add the below entry i receive next error:
gheorghe:~/difs # ldapadd -f base.ldif -x -D cn=Administrator,dc=domain,dc=com-w 123456 adding new entry "relativeDomainName=@, ou=dns,dc=domain,dc=com" ldap_add: Invalid syntax (21) additional info: objectClass: value #0 invalid per syntax
My ldif file:
dn: relativeDomainName=@, ou=dns,dc=domain,dc=com
ldapv3 does not allow spaces between rdn's
That's wrong. The spaces will simply be trimmed in normalization step.
The error message mentioned above indicates that a particular object class is referenced in attribute 'objectClass' which is probably not included in the schema.
Ciao, Michael.