summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/fakeldap.py
Commit message (Expand)AuthorAgeFilesLines
* [PooledLDAPHandler] Ensure result3() invokes message.clean()stable/zedMustafa Kemal Gilor2023-02-241-1/+8
* Remove six usageVishakha Agarwal2020-01-301-5/+3
* PY3: Ensure LDAP searches use unicode attributesCorey Bryant2019-03-181-1/+1
* Correcting tests with project_idVishakha Agarwal2019-02-131-2/+2
* PY3: switch to using unicode text valuesCorey Bryant2019-01-141-41/+30
* Add a hacking rule for string interpolation at loggingForestLee2017-07-181-1/+1
* Remove LDAP delete logic and associated testsKristi Nikolla2017-05-121-3/+0
* Correct some typo errorsyuhui_inspur2017-02-101-6/+6
* Remove LDAP write supportKristi Nikolla2017-01-211-7/+0
* Add anonymous bind to get_connection methodColleen Murphy2017-01-121-12/+12
* Set connection timeout for LDAP configurationKam Nasim2017-01-111-1/+3
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-241-2/+2
* Isolate common ldap code to the identity backendMorgan Fainberg2016-05-211-33/+34
* enable ldap tests for py3Steve Martinelli2016-05-181-5/+6
* Fix D400 PEP257Navid Pustchi2016-04-211-2/+2
* Fix D401 PEP8 violation.Navid Pustchi2016-04-141-3/+3
* Enable support for posixGroups in LDAPAlexander Makarov2016-02-171-1/+7
* Avoid `None` as a redundant argument to dict.get()Raildo Mascena2016-02-151-1/+1
* Limiting for fake LDAPBoris Bobrov2015-12-101-2/+46
* Fix D202: No blank lines after function docstring (PEP257)Dolph Mathews2015-10-281-1/+0
* Trivial fix of some typos foundEric Brown2015-10-051-1/+1
* Improve a few random docstringsDave Chen2015-08-141-3/+4
* Improve a few random docstrings (H405)Dolph Mathews2015-08-071-3/+3
* Use dict.items() rather than six.iteritems()Brant Knudson2015-08-021-4/+4
* Do not specify 'objectClass' twice in LDAP filter string.Ivan Mironov2015-07-041-4/+16
* Fixes use of dict methods for Python3David Stanek2015-05-081-1/+1
* Fixes minor whitespace issuesDavid Stanek2015-03-051-4/+4
* Use dict comprehensions instead of dict constructorChangBo Guo(gcb)2015-03-021-4/+3
* Enable filtering in LDAP backend for listing entitiesHenry Nash2015-02-191-2/+29
* Refactor filter and sensitivity tests in prepartion for LDAP supportHenry Nash2015-02-191-2/+3
* Consistently use oslo_config.cfg.CONFBrant Knudson2015-02-181-2/+2
* Use oslo.log instead of incubatorSteve Martinelli2015-02-141-1/+1
* Move existing tests to unitBrant Knudson2015-02-131-0/+575