[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fedora-directory-commits
Subject:    =?utf-8?q?=5B389-commits=5D?= [389-ds-base] 01/01: Ticket 49576 - Add support of "; deletedattribute
From:       git () pagure ! io (git repository hosting)
Date:       2018-05-25 13:49:59
Message-ID: 20180525134959.4B63D16876691 () pagure01 ! fedoraproject ! org
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch 389-ds-base-1.3.8
in repository 389-ds-base.

commit be174a6603721339858baf9e98f4e2762855a73d
Author: Mark Reynolds <mreynolds@redhat.com>
Date:   Fri May 25 09:47:31 2018 -0400

    Ticket 49576 - Add support of ";deletedattribute" in ds-replcheck
    
    Description: Also need to check for ";deletedattribute" when processing LDIF file
    
    https://pagure.io/389-ds-base/issue/49576
    
    Reviewed by: tbordaz(Thanks!)
    
    (cherry picked from commit 9e046a35a0f771e77c788cddee2cbddee6ae0571)
---
 ldap/admin/src/scripts/ds-replcheck | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldap/admin/src/scripts/ds-replcheck \
b/ldap/admin/src/scripts/ds-replcheck index b801cca..661c9e0 100755
--- a/ldap/admin/src/scripts/ds-replcheck
+++ b/ldap/admin/src/scripts/ds-replcheck
@@ -197,7 +197,7 @@ def remove_attr_state_info(attr):
     idx = attr.find(';')
     if idx > 0:
         state_attr = attr  # preserve state info for diff report
-        if ";deleted" in attr:
+        if ";deleted" in attr or ";deletedattribute" in attr:
             # Ignore this attribute it was deleted
             return None, state_attr
         attr = attr[:idx]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org/message/D52ZRT6QJKFF2U2BLP2O2RIGCI3EQ526/



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic