I would like to make a correction. The change i made is: if ((t.trust_attributes & trust_attributes['NETR_TRUST_ATTRIBUTE_WITHIN_FOREST'] *or*
(t.trust_attributes & 0x00800000)) and (t.trust_flags & trust_flags['NETR_TRUST_FLAG_IN_FOREST'])): and not: if ((t.trust_attributes & trust_attributes['NETR_TRUST_ATTRIBUTE_WITHIN_FOREST'] *||* (t.trust_attributes & 0x00800000)) and (t.trust_flags & trust_flags['NETR_TRUST_FLAG_IN_FOREST'])):
-- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go To http://freeipa.org for more info on the project
