Files
freeipa/ipalib
Martin Kosek 1b0b9645d1 Add --delattr option to complement --setattr/--addattr
Add a --delattr option to round out multi-valued attribute
manipulation. The new option is available for all LDAPUpdate based
commands. --delattr is evaluated last, it can remove any value
present either in --addattr/--setattr option or in current LDAP
object.

--*attr processing was completely refactored and placed to one
independent function available for all baseldap commands. For this
purpose a missing common base class for all baseldap commands has
been implemented. The new class should serve not only for --*attr
processing but also for other common baseldap methods and
attributes.

This approach will also benefit other custom commands based neither
on LDAPCreate nor LDAPUpdate. They can easily integrate --*attr
option processing when needed.

https://fedorahosted.org/freeipa/ticket/1929
2011-11-29 10:08:28 +01:00
..
2011-04-21 10:41:29 +02:00
2011-04-13 15:58:45 +02:00
2010-12-20 17:19:53 -05:00
2011-04-13 15:58:45 +02:00
2011-11-15 13:17:44 +01:00
2010-12-20 17:19:53 -05:00
2011-01-25 14:01:36 -05:00