Skip to content

Releases: adalinesimonian/passport-adauth

Recommendations

23 Jun 23:58

Choose a tag to compare

Changed

  • Recommended passing CA certificate URL directly to node-adauth instead of
    using fs.readFileSync(...)

Readable objectGUIDs, working tests

23 Jun 22:25

Choose a tag to compare

Fixed

  • Test in which a typo prevented it from passing

Removed

  • node 0.8 from Travis test profiles, which used an old version of npm that
    would not properly resolve the caret ^ in dependency versions

Changed

  • Depends on adauth 0.1.2 now, which returns objectGUID attributes in a
    string format instead of as a Buffer object

Initial release

22 Jun 13:03

Choose a tag to compare

First working version after being forked from passport-ldapauth

Changed

  • Switched to using adauth instead of ldapauth
  • Unit tests modified to create an Active Directory-like environment