[Date Prev][Date Next] [Chronological] [Thread] [Top]

Access-problem : warning: no by clause(s) specified in access line



Hi,

i'm having a little problem with my access lines.

Here's the output of my logfile :

-------snipp-------
/etc/openldap/slapd.access: 
line 10: warning: no by clause(s) specified in access line
-------snipp-------

Here's the beginnnig of my access-file 
/etc/openldap/slapd.access, starting with line 1 :
(if mail is wrapped, line 10 begins with "by * none"
 in the first acces-definition)

-------snipp-------
################################################
### Definition der Access Control List (ACL) ###

### Netscape-roaming

access to
dn=nsliProfileName=(.*),ou=roaming,ou=accounts,ou=mynetwork,o=myorganization,dc=hrnet,dc=de"
   by dn="uid=admin,ou=ldap,o=myorganization,dc=hrnet,dc=de"
write
   by dn="uid=ldapadmin.+\+realm=HRNET.DE" write
   by dnattr=owner write
   by * none

access to
dn="nsLIElementType=(.*),nsliProfileName=(.*),ou=roaming,ou=accounts,ou=mynetwork,o=myorganization,dc=hrnet,dc=de"
   by dn="uid=admin,ou=ldap,o=myorganization,dc=hrnet,dc=de"
write
   by dn="uid=ldapadmin.+\+realm=HRNET.DE" write
   by dnattr=owner write
   by * none

access to dn="nsliProfileName=(.*)"
   by dn="uid=admin,ou=ldap,o=myorganization,dc=hrnet,dc=de"
write
   by dn="uid=ldapadmin.+\+realm=HRNET.DE" write
-------snipp-------


I've investigated an amount of time,
but i couldn't find an error.


Any hints ?

greets Harry