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

Re: upper/lower caps in access list (ITS#609)



Case doesn't matter, ACL regex are applied insensitive to
case.  Your problem is that the DN regexes you specified
contained extra spaces.  See examples in the FAQ, archives
of the software mailing list, or in tests/data/slapd-acl.conf.

At 09:33 PM 6/28/00 GMT, james@diku.dk wrote:
>Full_Name: Claus Norrbohm
>Version: openldap-1.2.9-26
>OS: SuSE Linux 6.4
>URL: 
>Submission from: (NULL) (212.242.145.156)
>
>
>I seam to have a upper/lower caps problem while implementing roaming access 
>ith netscape, by trying to follow instructions from an openldap article in
>www.linuxworld.com
>
>In slapd.conf below line:
>
>access to dn=".*, ou=Roaming, o=type-this.com, c=DK" by dnattr=owner write
>
>gives rise to following errors:
>
>Jun 29 01:19:03 vulcan slapd[2297]: conn=0 op=20 MOD
>dn="NSLIELEMENTTYPE=BOOKMARKS,NSLIPROFILENAME=CLAUS
>NORRBOHM,OU=ROAMING,O=TYPE-THIS.COM,C=DK" 
>Jun 29 01:19:03 vulcan slapd[2297]: conn=0 op=20 RESULT err=50 tag=103
>nentries=0
>
>The err=50 is a access problem ? I think...
>Testing different approaches by changing access line in slapd.conf, i found
>that:
>
>access to dn=".*,OU=ROAMING,O=TYPE-THIS.COM,C=DK" by dnattr=owner write
>
>works ?!, compare this to the above:
>
>Jun 29 01:23:59 vulcan slapd[2351]: conn=0 op=21 MOD
>dn="NSLIELEMENTTYPE=BOOKMARKS,NSLIPROFILENAME=CLAUS
>NORRBOHM,OU=ROAMING,O=TYPE-THIS.COM,C=DK"
>Jun 29 01:23:59 vulcan slapd[2351]: conn=0 op=21 RESULT err=0 tag=103 nentries=0
>
>
>Am I missing a point here - I thought that ldap was case insensitive ...
>
>
>