tripledes / freeipa

Forked from freeipa 4 years ago
Clone

829998b Apply sane LDAP settings to C code

Authored and Committed by cheimes 6 years ago
    Apply sane LDAP settings to C code
    
    Common LDAP code from ipa-getkeytab and ipa-join are moved to libutil.a.
    The common ipa_ldap_init() and ipa_tls_ssl_init() set the same options
    as ldap_initialize()
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
file modified
+1 -0
file modified
+2 -68
file modified
+9 -26
file modified
+2 -1
file modified
+2 -0
file added
+118
file added
+39