[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: blank attribute (Help me) :-(
At 07:22 AM 8/11/2005, Ivan.Garcia@leroymerlin.es wrote:
>adding new entry "uid=30000001,ou=people,ou=es-lm,o=corp.happyparty.com"
>
>ldap_add: Invalid syntax (21)
> additional info: mail: value #0 invalid per syntax
>
>this appears when the mail attribute is blank, but when the mail attribute
>is writted that´s all OK.
If you example the technical specification for the LDAP syntax
of the 'mail' attribute you will find that it doesn't allow
empty values. Hence, slapd(8)'s response.
Kurt