Hi, everybody!
Is there any possibility (via OpenLDAP, of course, without external scripts) to get the following functionality:
When I change the value A, value C, combined from A + B, is updated automatically.
For example, value "Full Name" has a form "Andrew W Markus". There are three other fields - "First Name" (Andrew), "Middle Name" (W) and "Last Name" (Markus). I want the "Full Name" to be automatically updated when, for example, the "First Name" changes.
Best regards. -- Alexander
Александр Фомичёв wrote:
Hi, everybody!
Is there any possibility (via OpenLDAP, of course, without external scripts) to get the following functionality:
When I change the value A, value C, combined from A + B, is updated automatically.
For example, value "Full Name" has a form "Andrew W Markus". There are three other fields - "First Name" (Andrew), "Middle Name" (W) and "Last Name" (Markus). I want the "Full Name" to be automatically updated when, for example, the "First Name" changes.
As far as I can tell, you need to write some code in order to obtain that. It **shouldn't** be a big deal, though. Or, without any need to change code, you can use recent versions of slapo-constraint to make sure that a change to any of the components of "Full Name" is accompanied by a modification of "Full Name" that reflects that change, or inhibit the whole modification. This moves the burden of computing the resulting value to the application, but at least ensures database consistency.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ----------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Fax: +39 0382 476497 Email: ando@sys-net.it -----------------------------------
openldap-software@openldap.org