I figured out my one problem ( I had left ldap_member_attribute: cn out of my imapd.conf),

but I still have another.

I have an ldap group with the name 'WWW'
but when I create an ACL in cyrus it shows up in lower case.

spam.cc.columbia.edu> sam ldap group:WWW all
spam.cc.columbia.edu> lam ldap
group:www lrswipcda

Is there an option to make the ACL checker case insensitive?





On Sep 12, 2005, at 12:19 PM, [EMAIL PROTECTED] wrote:

I'm having a problem with group ACLS.

I have configure it to use the pts module and do ldap authentication.

When logging in I see these queries performed against ldap

conn=1 op=0 BIND dn="" method=128
conn=1 op=0 RESULT tag=97 err=0 text=
conn=1 op=1 SRCH base="dc=cc,dc=columbia,dc=edu" scope=2 deref=0 filter="(uid=phr2101)"
conn=1 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
conn=1 op=2 SRCH base="ou=group,dc=cc,dc=columbia,dc=edu" scope=2 deref=0 filter="(memberUid=phr2101)"
conn=1 op=2 SEARCH RESULT tag=101 err=0 nentries=8 text=

These queries are what I would expect and return results.

[EMAIL PROTECTED]> ldapsearch -LLL -x -h samehost -p 3400 -b "ou=group,dc=cc,dc=columbia,dc=edu" -a never memberuid=phr2101 cn
dn: cn=www,ou=group,dc=cc,dc=columbia,dc=edu
cn: www

dn: cn=staff,ou=group,dc=cc,dc=columbia,dc=edu
cn: staff

dn: cn=acct,ou=group,dc=cc,dc=columbia,dc=edu
cn: acct

dn: cn=sy,ou=group,dc=cc,dc=columbia,dc=edu
cn: sy

dn: cn=wheel,ou=group,dc=cc,dc=columbia,dc=edu
cn: wheel

dn: cn=src,ou=group,dc=cc,dc=columbia,dc=edu
cn: src

dn: cn=wwwsy,ou=group,dc=cc,dc=columbia,dc=edu
cn: wwwsy


however when I try to access the public folder 'sy' with the following ACLs, it does not appear even though I am in that group
spam.cc.columbia.edu> lam sy
group:sy lrswipcda


If I give myself full ACLs then I can see the folder fine.


Anyone know why my group ACLs aren't working?

We're using Cyrus 2.3

thanks,

Patrick



----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html



----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to