Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Next release
------------

- Support creation of multiple co-existing ldap contexts in the same
application. See https://github.com/Pylons/pyramid_ldap/pull/6

- Add a "search_after_bind" attribute to the _LDAPQuery class, to
help in reading directory entry attributes when the directory server
is configured to hide them in the before login search phase.
See https://github.com/Pylons/pyramid_ldap/pull/5

- Set a size limit on pre-login entry dn searches.

- Escape user-provided login names, avoiding server errors or trivial
DOSs caused by user names like 'user*name' or 'user(middle)name'

- Prevent the use of zero-length password authentication. See
https://github.com/Pylons/pyramid_ldap/pull/13

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ Contributors
------------

- Chris McDonough, 2013/04/24

- Lorenzo M. Catucci, 2013/06/09
Loading