2c0dc77 Fix --auto-reverse option in --unattended mode.

1 file Authored by pspacek 8 years ago, Committed by mbasti 8 years ago,
    Fix --auto-reverse option in --unattended mode.
    
    Now the option correctly adds missing reverse zones even in unattended
    mode.
    
    Still, this is not sufficient in all cases because 'automatic empty zones'
    created by BIND (as specified in RFC 6303) can shadow the reverse zones
    hosted on other servers. This needs to be solved in a separate patch.
    
    https://fedorahosted.org/freeipa/ticket/5559
    
    Reviewed-By: David Kupka <dkupka@redhat.com>