Skip to content

Commit

Permalink
garden
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 26, 2012
1 parent 880e766 commit 842d394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions TODO.txt
@@ -1,5 +1,3 @@
- User object / attribute mappings.

- More granular query caching (per search term).


6 changes: 4 additions & 2 deletions pyramid_ldap/__init__.py
Expand Up @@ -82,7 +82,8 @@ def authenticate(self, login, password):
distinguished name of the authenticated user. Attrdict will be a
dictionary mapping LDAP user attributes to sequences of values. The
keys and values in the dictionary values provided will be decoded
from UTF-8, recursively, where possible.
from UTF-8, recursively, where possible. The dictionary returned is
a case-insensitive dictionary implemenation.
If :meth:`pyramid.config.Configurator.ldap_set_login_query` was not
called, using this function will raise an
Expand Down Expand Up @@ -116,7 +117,8 @@ def user_groups(self, userdn):
distinguished name of the group. Attrdict will be a dictionary
mapping LDAP group attributes to sequences of values. The keys and
values in the dictionary values provided will be decoded from UTF-8,
recursively, where possible.
recursively, where possible. The dictionary returned is a
case-insensitive dictionary implemenation.
If :meth:`pyramid.config.Configurator.ldap_set_groups_query` was not
called, using this function will raise an
Expand Down

0 comments on commit 842d394

Please sign in to comment.