On Mon, 2005-11-28 at 14:39 -0800, [EMAIL PROTECTED] wrote: > Thanks! > > What is the general purpose of this table?
<http://www.openldap.org/faq/data/cache/978.html> > Why does the sql backend simply > accept that there might not be a procedure and move on? The essential use of back-sql is to map existing data, so it doesn't need any write capabilities. 99% of the usage is fine without write capability, so back-sql does not complain if there's no write mapping. Moreover, by default it does not complain even if adding an entry is mapped, but there is no mapping for some of the attributes. You can configure it to be more strict and reject those writes (see fail_if_no_mapping in slapd-sql(5)). p. Ing. Pierangelo Masarati Responsabile Open Solution SysNet s.n.c. Via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ------------------------------------------ Office: +39.02.23998309 Mobile: +39.333.4963172 Email: [EMAIL PROTECTED] ------------------------------------------
