e8abafe Port adminutil to use openldap

Authored and Committed by rmeggins 13 years ago
    Port adminutil to use openldap
    
    This allows adminutil to build with either openldap or mozldap.  Use the
    --with-openldap switch to use openldap.  By default, it will use mozldap.
    Most of the API changes are to allow passing the security directory to
    the lower level ldap code - instead of the global NSS context, openldap
    uses its own context, so needs to be passed the security dir via the
    ldap_set_option(ld, LDAP_OPT_X_TLS_CACERTDIR, securitydir) api.
    
        
file modified
+1 -1
file modified
+8 -5
file modified
+15 -9
file modified
+711 -71
file modified
+7 -1
file modified
+2 -2
file modified
+778 -102
file modified
+10 -132
file modified
+28 -0
file modified
+89 -62
file modified
+4 -1
file modified
+3 -3
file modified
+56 -54
file modified
+19 -108
file modified
+17 -12
file modified
+15 -10
file modified
+67 -34
file added
+131
file removed
-1788
file modified
+47 -41
file modified
+2 -2
file modified
+120 -28