[Freeipa-devel] [freeipa PR#665][opened] Allow erasing ipaDomainResolutionOrder attribute

fidencio freeipa-github-notification at redhat.com
Tue Mar 28 15:47:31 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/665
Author: fidencio
 Title: #665: Allow erasing ipaDomainResolutionOrder attribute
Action: opened

PR body:
"""
Currently when trying to erase the ipaDomainResolutionOrder attribute we
hit an internal error as the split() method is called on a None object.

By returning early in case of empty string we now allow removing the
ipaDomainResolutionOrder attribute by both doing calling delattr or
setting its value to an empty string.

https://pagure.io/freeipa/issue/6825

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/665/head:pr665
git checkout pr665
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-665.patch
Type: text/x-diff
Size: 1855 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170328/5f06a927/attachment.bin>


More information about the Freeipa-devel mailing list