[Date Prev][Date Next] [Chronological] [Thread] [Top]

deleting values from multivalued attribute



Hello list,

is it possible to perform the deletion of only a certain number of values, from a multivalued attribute, without having to perform full deletion and then adding the ones we'd like to keep?

example, entry has:


mail: user@example.com
mailAlternateAddress: first.last@example.com
mailAlternateAddress: flast@example.com
mailAlternateAddress: firstl@example.com


I would like to be able to remove flast@example.com but keep the rest of the addresses, using a single ldap operation, ending up with

mail: user@example.com
mailAlternateAddress: first.last@example.com
mailAlternateAddress: firstl@example.com


Best Regards,

Hugo Monteiro.

--
fct.unl.pt:~# cat .signature

Hugo Monteiro
Email	 : hugo.monteiro@fct.unl.pt
Telefone : +351 212948300 Ext.15307
Web      : http://hmonteiro.net

Divisão de Informática
Faculdade de Ciências e Tecnologia da
		   Universidade Nova de Lisboa
Quinta da Torre   2829-516 Caparica   Portugal
Telefone: +351 212948596   Fax: +351 212948548
www.fct.unl.pt                apoio@fct.unl.pt

fct.unl.pt:~# _