Skip to content
Snippets Groups Projects
  1. Jan 18, 2005
  2. Aug 20, 2004
  3. Aug 16, 2002
    • Pierangelo Masarati's avatar
      CHANGES: · 05348c5f
      Pierangelo Masarati authored
      - now all write operations appear to work correctly with PostgeSQL 7.0
      - all write operations have been made transactional (atomic writes to
        entries are committed separately only in case of complete^1 success
        while all other operations are rolled-back by default)
      - more cleanup and handling of exceptional conditions
      
      TODO:
      - deen to check with different databases and more up to date versions
        of both unixODBC and PostgreSQL.
      
      ^1: attribute add/modify/delete operations silently succeed if the
          appropriate add/delete proc does not exist for each attribute;
          this may be correct to hide undesired/unimplemented correspondence
          between LDAP and SQL databases; however, a more appropriate
          LDAP behavior would be a failure with LDAP_UNAVAILABLE if a
          single write operation cannot be executed for such reason
      05348c5f
  4. Aug 13, 2002
  5. Jun 29, 2000
    • Dmitry Kovalev's avatar
      changes for 2.0-beta · e90ef576
      Dmitry Kovalev authored
      including:
      - fixes according to new API changes
      - closing db connection in connection_destroy callback, not unbind
      - support of new schema code, samples changed accordingly
      - support for multiple objectclasses (to distinguish from unique objectclass-to-tables mapping)
      - auto 'ref' attribute support
      - samples now include illustrations of using these 2 features to make named referrals as described in ldapext-namedref draft
      
      more to come:
      - documentation update
      - different improvements to be more close to native directory (after beta?)
      e90ef576
  6. Mar 16, 2000
Loading