I am trying to put up a virtual mailserver but it
needs openldap. I am am having some problems with slapd.conf:
when I run: /usr/local/libexec/slapd
I get: /usr/local/etc/openldap/slapd.conf: line 38:
expecting <access> got
"cn=postmaster,jvd=$1,o=ChaseNET,dc=icarus,dc=dyn,dc=ee"
<access clause> ::= access to <what> [
by <who> <access> <control> ]+
<what> ::= * | [dn=<regex>] [filter=<ldapfilter>] [attrs=<attrlist>] <attrlist> ::= <attr> | <attr> , <attrlist> <attr> ::= <attrname> | entry | children <who> ::= [ * | anonymous | users | self | dn=<regex> ] [dnattr=<attrname>] [group[/<objectclass>[/<attrname>]]=<regex>] [peername=<regex>] [sockname=<regex>] [domain=<regex>] [sockurl=<regex>] [ssf=<n>] [transport_ssf=<n>] [tls_ssf=<n>] [sasl_ssf=<n>] <access> ::= [self]{<level>|<priv>} <level> ::= none | auth | compare | search | read | write <priv> ::= {=|+|-}{w|r|s|c|x}+ <control> ::= [ stop | continue | break ] heres a link to my slapd.conf http://icarus.dyn.ee/slapd.conf
I have no idea what to do now.... any
suggestions?
|