[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
deleting values from multivalued attribute
- To: openldap-technical@openldap.org
- Subject: deleting values from multivalued attribute
- From: Hugo Monteiro <hugo.monteiro@fct.unl.pt>
- Date: Fri, 25 Mar 2011 14:51:45 +0000
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; PT-pt; rv:1.9.2.15pre) Gecko/20110207 Shredder/3.1.9pre
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:~# _