shanks / freeipa

Forked from freeipa 5 years ago
Clone

07be330 RFE: ipa client should setup openldap for GSSAPI

1 file Authored by amitkumar25nov 6 years ago, Committed by cheimes 6 years ago,
    RFE: ipa client should setup openldap for GSSAPI
    
    The IPA client installer currently edits /etc/openldap/ldap.conf, setting up
    the client to consume LDAP data from IPA.  It currently sets:
    URI
    BASE
    TLS_CACERT
    
    This PR makes ipa-client to add this AV pair:
    SASL_MECH GSSAPI
    
    Resolves: https://pagure.io/freeipa/issue/7366
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
file modified
+12 -2