URL: https://github.com/freeipa/freeipa/pull/6031 Author: rcritten Title: #6031: Improve sudooption docs, make the option multi-value Action: opened
PR body: """ I don't know why this wasn't always multi-value but if one wanted to set multiple options they needed to call add-option multiple times. The LDAP attribute is already multi-value.
This shouldn't cause API issues as it understood the attribute as multi-value just didn't expose it. Client output on the CLI will look a bit different:
Added option "('one', 'two')" to Sudo Rule "test"
or
Added option "(u'one', u'Two')" to Sudo Rule "test"
instead of with this change:
Added option "one,two" to Sudo Rule "test"
https://pagure.io/freeipa/issue/2278
Signed-off-by: Rob Crittenden rcritten@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6031/head:pr6031 git checkout pr6031
URL: https://github.com/freeipa/freeipa/pull/6031 Author: rcritten Title: #6031: Improve sudooption docs, make the option multi-value Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6031/head:pr6031 git checkout pr6031
freeipa-devel@lists.fedorahosted.org