9cf8ec7 ipa-sam: do not modify objectclass when trust object already created

3 files Authored by abbra 10 years ago, Committed by pviktori 10 years ago,
    ipa-sam: do not modify objectclass when trust object already created
    
    When trust is established, last step done by IPA framework is to set
    encryption types associated with the trust. This operation fails due
    to ipa-sam attempting to modify object classes in trust object entry
    which is not allowed by ACI.
    
    Additionally, wrong handle was used by dcerpc.py code when executing
    SetInformationTrustedDomain() against IPA smbd which prevented even to
    reach the point where ipa-sam would be asked to modify the trust object.
    
        
file modified
+71 -41
file modified
+9 -0