ahmedzk / freeipa

Forked from freeipa 2 years ago
Clone

59b4583 Fix DNS zone --allow-dynupdate option behavior

4 files Authored by mkosek 12 years ago, Committed by simo 12 years ago,
    Fix DNS zone --allow-dynupdate option behavior
    
    --allow-dynupdate was implemented as a Flag parameter type, which
    is not convenient for LDAP attributes. When a DNS zone with
    permitted dynamic updates was modified and the --allow-dynupdate
    flag was not set, dynamic updates were turned off.
    
    This patch changes the option type to Bool parameter type which
    behaves according to user expectations when modifying the zone.
    
    https://fedorahosted.org/freeipa/ticket/2039
    
        
file modified
+4 -4
file modified
+1 -1
file modified
+10 -10