Ticket #1810 (new defect)

Opened 2 years ago

Last modified 2 years ago

Read only setups don't really work

Reported by: gracinet Assigned to: fguillaume
Priority: P1 Milestone: CPS 3.5.0
Component: CPSDirectory Version: TRUNK
Severity: critical Keywords: read only readonly
Cc:

Description

Right now the only way to have read only behaviour in CPSDirectory is to use the ACL Write Expressions on fields. Actually, it doesn't work, because one commits unchanged data to the backend

Worth to know: openldap accessed through python-ldap doesn't raise any exception for this, that's why it stayed unnoticed till now.

In principle directory StorageAdapter? have to require less mandatory fields to operate writes (branch gracinet-spare-writes to leverage recent changes [50922] in CPSScheamas created) for a dynamic behaviour.

Change History

02/02/07 17:01:47 changed by gracinet

Global readonly behaviour implemented in [50969]