Hi All,
I setup a rouncube (svn current) with two cyrus imap servers and openldap/mysql. I managed to extend my ldap hierarchy to include following:
ou=People,dc=xxxx,dc=org for public address book
this works fine and all users are visible from the roundcube via public address - readonly book
i have private address books under user uid uid=xxxx,ou=People,dc=xxxx,dc=org as ou=addressbook,uid=xxxx,ou=People,dc=xxxx,dc=org
slapd.conf is modified with appropriate rules to allow users to create addditional address books and contacts
everything works fine.
I changed search criteria on the public address book to "one" from "sub" to avoid picking up private group names under public address group listing.
However, when I create user private address book, e.a.
cn=My Friends,ou=addressbook,uid=xxxx,ou=People,dc=xxxx,dc=org
this private group will show under both, public and private address space in roundcube.
I thought that by limiting search criteria in public address space from sub to one will prevent private address books from showing, but that did not work. What do you suggest as easiest approach to solve this issue.
btw, I registered to http://www.roundcubeforum.net and I can't post email to any forum. I sent email to support folks and nothing...
Regards, --sasha
hei sasha can you please show us your concerning part in main.inc.php? this means at least:
Andreas
Am Samstag, 25. Februar 2012, 11.04:09 schrieb Sasha Kacanski:
Hi All,
I setup a rouncube (svn current) with two cyrus imap servers and openldap/mysql. I managed to extend my ldap hierarchy to include following:
ou=People,dc=xxxx,dc=org for public address book
this works fine and all users are visible from the roundcube via public address - readonly book
i have private address books under user uid uid=xxxx,ou=People,dc=xxxx,dc=org as ou=addressbook,uid=xxxx,ou=People,dc=xxxx,dc=org
slapd.conf is modified with appropriate rules to allow users to create addditional address books and contacts
everything works fine.
I changed search criteria on the public address book to "one" from "sub" to avoid picking up private group names under public address group listing.
However, when I create user private address book, e.a.
cn=My Friends,ou=addressbook,uid=xxxx,ou=People,dc=xxxx,dc=org
this private group will show under both, public and private address space in roundcube.
I thought that by limiting search criteria in public address space from sub to one will prevent private address books from showing, but that did not work. What do you suggest as easiest approach to solve this issue.
btw, I registered to http://www.roundcubeforum.net and I can't post email to any forum. I sent email to support folks and nothing...
Regards, --sasha