Dobrica --
The problem here is not with LDAP, but with your conception of its use
case. Pick any piece of data you intend to be updated and answer: which
source is authoritative? LDAP or Koha DB? You actually want a mix of
both.
Replication has to entail update, because if you happen to have a
Let me quickly explain our situation: we want to get data from ldap for
new users, but allow librarians to edit data in Koha, and preserve this
changes.
Logical solution would be to turn replication on, and update off in
/etc/koha/koha-conf.xml with something like this:
1
0
but that