b733596 Do not add kadmin/changepw ACIs on new installs

Authored and Committed by mkosek 10 years ago
    Do not add kadmin/changepw ACIs on new installs
    
    These ACI were needed when FreeIPA had a custom ipa_kpasswd daemon,
    now that a standard kadmin is used, ACIs are not needed anymore as
    kadmin uses the same driver as the KDC.
    
    The ACIs is not removed on upgrades to avoid breaking older
    replicas which may still use FreeIPA version with the ipa_kpasswd
    daemon.
    
    https://fedorahosted.org/freeipa/ticket/3987