access to *
# comment
by *
Although 'lines that start with # will be ignored', this ignoring happens only
after continuation lines are joined.
In this example, the 'access to *' line is NOT continued, because the next
line DOES NOT start with a whitespace.
Actually, according to Kurt who changed this in documentation, the 'by *' line
becomes part of the comment !
The previous example should be read as:
access to *
# comment by *
Since 'access to *' is not a complete statement, slapd gives an error.