Sourcecodeorganization LDAP
Posted by deditriyanto on March 10, 2008
- addCertsLDAP (puts all valid certs to LDAP)
- addCrlLDAP (puts all CRLs to LDAP)
- importAllFromCA (via export-import.lib)
- importCRL (via export-import.lib)
- importCerts (via export-import.lib)
- importCertsLDAP (puts all certs from the last import to LDAP)
- importConfig (puts CA-certs to LDAP)
- updateCACertsLDAP (update the CA-certificates on the ldap server)
- updateCRLonLDAP (writes the most actual CRL to LDAP)
- updateCertsLDAP (writes/removes the user-certificates to/from LDAP)
- updateLDAP (puts all certs from the last import to LDAP)
(oh, we have a redundancy here updateLDAP and addCertsLDAP do the same) (updateLDAP is reserved for the future so set all links etc. to importCertsLDAP) (addCertsUser should not be a function of ldap-utils.lib)