Ver código fonte

Version 2.0.0

Daniel Moore 11 anos atrás
pai
commit
c6fa93f022
2 arquivos alterados com 17 adições e 1 exclusões
  1. 16 0
      CHANGELOG.md
  2. 1 1
      src/ldap_auth.app.src

+ 16 - 0
CHANGELOG.md

@@ -0,0 +1,16 @@
+# Changelog
+
+## v2.0.0
+
+### Fixes
+
+- Issue #2: handle_admin_role is now functional.
+
+### Enhancements
+
+- Issue #7: All groups are now lower-cased. **Potentially backwards-incompatible**
+- Issue #3: The `LdapServer` config has been replaced with `LdapServers`, which accepts a comma-separated list of servers to try. **Backwards-incompatible**
+
+## v1.0.0
+
+Initial version. Supports authenticating users and groups against a specified LDAP server.

+ 1 - 1
src/ldap_auth.app.src

@@ -1,7 +1,7 @@
 {application, ldap_auth,
  [
   {description, ""},
-  {vsn, "1"},
+  {vsn, "2.0.0"},
   {registered, [ "src/ldap_auth" ]},
   {applications, [
                   kernel,