9db6f65 Allow presence of LDAP attribute options

1 file Authored by abbra 4 years ago, Committed by rcritten 4 years ago,
    Allow presence of LDAP attribute options
    
    LDAP attribute options aren't enforced in the LDAP schema. They
    represent server- and client-side treatment of attribute values but the
    schema definition knows nothing about them.
    
    When we check attribute presence in the entry, we should strip options
    before comparing attribute names with the schema.
    
    Related: https://pagure.io/freeipa/issue/8001
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>