Am Freitag, 13. Oktober 2017 14:16 CEST, richard lucassen <[email protected]> schrieb:
> Hello list, > > I've got records with e.g. multiple mail: entries per dn: > > dn: cn=Joe Sixpack,ou=addressbook,dc=example,dc=org > [ 8< 8< 8< snip objectclasses and other stuff 8< 8< 8< ] > mail: [email protected] > mail: [email protected] > mail: [email protected] > > GUI ldap clients like jxplorer are able to change a single mail: entry. > Using "ldapmodify" I replace the first mail: entry, but it will delete > the other mail: antries: > <....> > > Is there a way to tell ldapmodify to change just a particular entry? A change of a single value equals a delete of that value plus an add of the new value, doesn't it? Cheers, Ralf Mattes > R. > > -- > richard lucassen > http://contact.xaq.nl/ >
