Hello Hugo,

my Apache Directory Studio shows me following operations:

adding an entry:

dn: cn=test,ou=Groups,dc=example,dc=com
changetype: modify
add: memberUid
memberUid: test


removing single entry of a multi-value attribute:

dn: cn=test,ou=Groups,dc=example,dc=com
changetype: modify
delete: memberUid
memberUid: test

bye, benjamin

On Fri, Mar 25, 2011 at 15:51, Hugo Monteiro <[email protected]> wrote:
> 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: [email protected]
> mailAlternateAddress: [email protected]
> mailAlternateAddress: [email protected]
> mailAlternateAddress: [email protected]
>
>
> I would like to be able to remove [email protected] but keep the rest of the
> addresses, using a single ldap operation, ending up with
>
> mail: [email protected]
> mailAlternateAddress: [email protected]
> mailAlternateAddress: [email protected]
>
>
> Best Regards,
>
> Hugo Monteiro.
>
> --
> fct.unl.pt:~# cat .signature
>
> Hugo Monteiro
> Email    : [email protected]
> 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                [email protected]
>
> fct.unl.pt:~# _
>
>



-- 
To be or not to be -- Shakespeare | To do is to be -- Nietzsche | To
be is to do -- Sartre | Do be do be do -- Sinatra

Reply via email to