View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001324 | SOGo | Backend Calendar | public | 2011-05-26 21:05 | 2012-09-15 07:44 |
Reporter | JMK | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | 1.3.7 | ||||
Summary | 0001324: Feature : Add support for ldap dynamic groups | ||||
Description | SOGo supports handle groups for some ldap group objectclasses as stated by http://www.sogo.nu/fr/nc/support/faq/article/how-are-groups-handled-in-sogo-2.html,. However, it would be nice to add support for dynamic groups (see http://www.openldap.org/faq/data/cache/1209.html) : First step (should be easy) would be to add support for objectclass "groupOfURLs" which is the canonical name for dynamic groups Second step would be to add some configuration stanzas in order to dynamically declare any objectclass as a dynamic groups objectclass Third step (harder) would be to implement the client side part of dynamic groups (see dicuss at https://jira.nuxeo.com/browse/NXP-1506) | ||||
Tags | No tags attached. | ||||
While still waiting for 0000001 above I found a workaround with openldap. Openldap has a rwm plugin (overlay) which is able to map both objectclass and attributename to other values. This overlay may be used with a local ldap database (relay backend) or a distant one (ldap/meta backend). So In openldap I defined a new relay database which and then i used dc=rewrite-real-domain in my SOGo Configuration for groups .... Works like a charm ... and may be of use with others ldap consumer applications :) So maybe just a new FAQ will suffice ...Openldap wirh a local database as real ldap contentdatabase relay rwm-suffixmassage "ou=groups,real-domain" ================================= |
|