Skip to content
Snippets Groups Projects
  1. Jan 25, 2000
  2. Jan 24, 2000
    • Kurt Zeilenga's avatar
      Modify slapd syntax struct to have both a validation and normalization · 117a3727
      Kurt Zeilenga authored
      routine.  Could be combined into one routine.
      Modify slapd matching rule struct to only have match function.
      Modify old attribute such that 'bin' implies octetString, not 'binary'.
      Add compatibility for IA5 strings.  Only directoryStrings were handled
      before.
      Treat attribute types without syntax as incomplete, not default.
      Add OctetStringValidate (always returns okay).
      Add {UTF8,IA5}StringValidate/Normalize  (IA5 based loosely on
      case_exact_normalize).  Need case{Exact,Ignore}UTFMatch, using IA5 versions
      for now.
      Removed default of syntax/mr handlders, should just skip
      registration of syntax/mr's without handlers.
      Added comments to slap.h about types versus descriptions.
      117a3727
  3. Jan 23, 2000
  4. Jan 22, 2000
  5. Jan 21, 2000
  6. Jan 20, 2000
  7. Jan 17, 2000
  8. Jan 16, 2000
  9. Jan 15, 2000
  10. Jan 14, 2000
  11. Jan 13, 2000
  12. Jan 11, 2000
  13. Jan 10, 2000
  14. Jan 09, 2000
  15. Jan 08, 2000
    • Kurt Zeilenga's avatar
      --disable-kbind --disable-kpasswd should imply --without-kerberos · fb49e277
      Kurt Zeilenga authored
      under "auto" selection.  If not auto, just warn.
      Rebuild configure using appropriate tools.
      fb49e277
    • Kurt Zeilenga's avatar
      Minor fixes. · e988e175
      Kurt Zeilenga authored
      e988e175
    • Kurt Zeilenga's avatar
      Initial implementation of Kerberos password verification for · 6437785a
      Kurt Zeilenga authored
      simple bind via:
      	{KERBEROS}principal
      Code is disabled by default (for security reasons).  Use
      --enable-kpasswd to enable.  Behind SLAPD_KPASSWD.
      Reworked Kerberos detection and split out KBIND as independent
      feature (--disable-kbind) (LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND).
      KBIND depends upon detection of KRB4 (or KRB425) support.  Detection,
      building with eBones (as distributed with FreeBSD 3.4) okay, but
      wasn't able to test as I don't have a K4 KDC handy.
      --with-kerberos has a number of detection options... most likely
      don't work properly.
      6437785a
Loading