Re: [Koha-devel] LDAP replication without update

2009-03-16 Thread Joe Atzberger
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

[Koha-devel] LDAP replication without update

2009-03-16 Thread Dobrica Pavlinusic
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