56373fb Ticket 49390, 50019 - support cn=config compare operations

7 files Authored by firstyear 5 years ago, Committed by firstyear 5 years ago,
    Ticket 49390, 50019 - support cn=config compare operations
    
    Bug Description: Ansible will attempt to check the state of a value
    before it makes an alteration on the ldap server. To do this in a
    correct and schema aware fashion, it will use the ldapcompare operation.
    
    It's a request that people want to manage their cn=config with ansible,
    however dse.c didn't support ldapcompare on these backends.
    
    Fix Description: Add support for ldapcompare operations on dse.c,
    including the ability to correctly generate the cn=config defaults
    into the entry for comparison.
    
    This also adds support for ldapcompare as the default comparitor in
    lib389.
    
    https://pagure.io/389-ds-base/issue/49390
    https://pagure.io/389-ds-base/issue/50019
    
    Author: William Brown <william@blackhats.net.au>
    
    Review by: ???
    
        
file modified
+1 -1
file modified
+89 -2