Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-ldap3-2.9.1-4.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-ldap3 Distribution: openSUSE Tumbleweed
Version: 2.9.1 Vendor: openSUSE
Release: 4.1 Build date: Tue Jun 17 07:04:28 2025
Group: Unspecified Build host: reproducible
Size: 4605631 Source RPM: python-ldap3-2.9.1-4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/cannatag/ldap3
Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client
ldap3 is a strictly RFC 4511 conforming LDAP V3 pure Python **client**.
The same codebase works with Python, Python 3, PyPy and PyPy3.

This project was formerly named **python3-ldap**.
The name has been changed to avoid confusion with the python-ldap library.

Provides

Requires

License

LGPL-3.0-only

Changelog

* Tue Jun 17 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Correct version specifier in setup.py.
  - Switch to autosetup macro.
* Fri May 30 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Tue Jan 30 2024 Antonio Larrosa <alarrosa@suse.com>
  - Fix (C) line in spec file
* Sun Jun 11 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Wed Sep 01 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 2.9.1
    * new feature: added support for using Kerberos authentication on windows
      clients using the native winkerberos library
    * new feature: added support for using Channel Bind tokens with Kerberos
      authentication on windows clients
    * fixed a bug related to using start_tls with a RESTARTABLE strategy that
      caused errors to be raised erroneously.
    * fixed a bug around the type checking of Reverse DNS Settings
      with Kerberos authentication
    * fixed an issue related to decoding unicode strings in LDAP referrals
      and attributes in python 2
    * minor documentation updates and corrections
  - Fix filename pattern matching in %files section
* Wed Jan 27 2021 Markéta Machová <mmachova@suse.com>
  - Update to 2.9
    * SafeSync strategy (SAFE_SYNC) for using a synchronous Connection
      object in a multi-threading program
    * try to use Crypto library if present for hashing NTLM password
      on python interpreter missing the MD4 OpenSSL algorithm
    * SafeRestartable strategy (SAFE_RESTARTABLE) for using a restartable
      Connection object in a multi-threading program
    * many smaller changes and bugfixes
  - Rebase skip-missing-LDAP-server.patch
    * suprisingly still needed
* Fri Jul 24 2020 Matej Cepl <mcepl@suse.com>
  - Add skip-missing-LDAP-server.patch to skip over tests failing because
    of the missing local LDAP server running (gh#cannatag/ldap3#843).
* Fri May 15 2020 Antonio Larrosa <alarrosa@suse.com>
  - python-ldap3 actually requires at least python-pyasn1 0.4.6 since
    it uses PyAsn1UnicodeDecodeError which was introduced in that version
* Wed Mar 11 2020 Michael Ströder <michael@stroeder.com>
  - Update to 2.7:
    - tested against Python 3.8.1 and pyasn1 0.4.8
    - re-enabled ssl exception raising on bad certificate when only 1 server is present in the server pool
    - removed Python 2.6 from Travis configuration (thanks gliptak)
    - added support for source specifications in LDAP connections (thanks Azaria)
    - added support for allowing special AD security identifier (SID) in DN (thanks John)
    - fixed pickling of entry and attribute (thanks cfelder)
    - close connection when auto_bind fails (thank Hrishikesh)
    - operational attributes can be used in Abstraction Layer (thanks Sohalt)
    - additional SSL options can be used in Tls object (thanks Nazarii)
    - threading.Event replaces loop checking in async strategy. ASYNC strategy should be much faster now (thanks Yang)
    - adding a key that is already an alias that contains other aliases in CaseInsensitiveWithAliasDict() now works properly (thanks Mark)
    - when searching for GUID, UUID and SID the backslash character (0x5C) is properly managed (thanks Nocturem)
    - LDIF output properly formatted when controls are missing (thanks Tom)
    - operational attributes are not returned in MOCK strategies when not requested (thanks kpinc)
    - undecodable values are returned as raw bytes when using the pyasn1 decoder
* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
  - Replace %fdupes -s with plain %fdupes; hardlinks are better.

Files

/usr/lib/python3.11/site-packages/ldap3
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/licenses
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/licenses/COPYING.LESSER.txt
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/licenses/COPYING.txt
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/licenses/LICENSE.txt
/usr/lib/python3.11/site-packages/ldap3-2.9.1.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/ldap3/__init__.py
/usr/lib/python3.11/site-packages/ldap3/__pycache__
/usr/lib/python3.11/site-packages/ldap3/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract
/usr/lib/python3.11/site-packages/ldap3/abstract/__init__.py
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/attrDef.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/attrDef.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/attribute.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/attribute.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/cursor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/cursor.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/entry.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/entry.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/objectDef.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/__pycache__/objectDef.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/abstract/attrDef.py
/usr/lib/python3.11/site-packages/ldap3/abstract/attribute.py
/usr/lib/python3.11/site-packages/ldap3/abstract/cursor.py
/usr/lib/python3.11/site-packages/ldap3/abstract/entry.py
/usr/lib/python3.11/site-packages/ldap3/abstract/objectDef.py
/usr/lib/python3.11/site-packages/ldap3/core
/usr/lib/python3.11/site-packages/ldap3/core/__init__.py
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/pooling.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/pooling.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/rdns.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/rdns.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/results.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/results.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/server.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/server.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/timezone.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/timezone.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/tls.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/tls.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/usage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/core/__pycache__/usage.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/core/connection.py
/usr/lib/python3.11/site-packages/ldap3/core/exceptions.py
/usr/lib/python3.11/site-packages/ldap3/core/pooling.py
/usr/lib/python3.11/site-packages/ldap3/core/rdns.py
/usr/lib/python3.11/site-packages/ldap3/core/results.py
/usr/lib/python3.11/site-packages/ldap3/core/server.py
/usr/lib/python3.11/site-packages/ldap3/core/timezone.py
/usr/lib/python3.11/site-packages/ldap3/core/tls.py
/usr/lib/python3.11/site-packages/ldap3/core/usage.py
/usr/lib/python3.11/site-packages/ldap3/extend
/usr/lib/python3.11/site-packages/ldap3/extend/__init__.py
/usr/lib/python3.11/site-packages/ldap3/extend/__pycache__
/usr/lib/python3.11/site-packages/ldap3/extend/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/__pycache__/operation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/__pycache__/operation.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__init__.py
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/addMembersToGroups.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/addMembersToGroups.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/dirSync.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/dirSync.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/modifyPassword.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/modifyPassword.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/persistentSearch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/persistentSearch.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/removeMembersFromGroups.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/removeMembersFromGroups.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/unlockAccount.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/__pycache__/unlockAccount.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/addMembersToGroups.py
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/dirSync.py
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/modifyPassword.py
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/persistentSearch.py
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/removeMembersFromGroups.py
/usr/lib/python3.11/site-packages/ldap3/extend/microsoft/unlockAccount.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__init__.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/addMembersToGroups.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/addMembersToGroups.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/checkGroupsMemberships.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/checkGroupsMemberships.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/endTransaction.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/endTransaction.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/getBindDn.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/getBindDn.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/listReplicas.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/listReplicas.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/nmasGetUniversalPassword.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/nmasGetUniversalPassword.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/nmasSetUniversalPassword.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/nmasSetUniversalPassword.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/partition_entry_count.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/partition_entry_count.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/removeMembersFromGroups.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/removeMembersFromGroups.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/replicaInfo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/replicaInfo.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/startTransaction.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/__pycache__/startTransaction.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/novell/addMembersToGroups.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/checkGroupsMemberships.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/endTransaction.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/getBindDn.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/listReplicas.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/nmasGetUniversalPassword.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/nmasSetUniversalPassword.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/partition_entry_count.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/removeMembersFromGroups.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/replicaInfo.py
/usr/lib/python3.11/site-packages/ldap3/extend/novell/startTransaction.py
/usr/lib/python3.11/site-packages/ldap3/extend/operation.py
/usr/lib/python3.11/site-packages/ldap3/extend/standard
/usr/lib/python3.11/site-packages/ldap3/extend/standard/PagedSearch.py
/usr/lib/python3.11/site-packages/ldap3/extend/standard/PersistentSearch.py
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__init__.py
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/PagedSearch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/PagedSearch.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/PersistentSearch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/PersistentSearch.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/modifyPassword.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/modifyPassword.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/whoAmI.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/__pycache__/whoAmI.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/extend/standard/modifyPassword.py
/usr/lib/python3.11/site-packages/ldap3/extend/standard/whoAmI.py
/usr/lib/python3.11/site-packages/ldap3/operation
/usr/lib/python3.11/site-packages/ldap3/operation/__init__.py
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/abandon.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/abandon.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/add.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/add.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/bind.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/bind.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/compare.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/compare.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/delete.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/delete.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/extended.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/extended.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/modify.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/modify.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/modifyDn.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/modifyDn.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/search.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/search.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/unbind.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/__pycache__/unbind.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/operation/abandon.py
/usr/lib/python3.11/site-packages/ldap3/operation/add.py
/usr/lib/python3.11/site-packages/ldap3/operation/bind.py
/usr/lib/python3.11/site-packages/ldap3/operation/compare.py
/usr/lib/python3.11/site-packages/ldap3/operation/delete.py
/usr/lib/python3.11/site-packages/ldap3/operation/extended.py
/usr/lib/python3.11/site-packages/ldap3/operation/modify.py
/usr/lib/python3.11/site-packages/ldap3/operation/modifyDn.py
/usr/lib/python3.11/site-packages/ldap3/operation/search.py
/usr/lib/python3.11/site-packages/ldap3/operation/unbind.py
/usr/lib/python3.11/site-packages/ldap3/protocol
/usr/lib/python3.11/site-packages/ldap3/protocol/__init__.py
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/controls.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/controls.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/convert.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/convert.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/microsoft.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/microsoft.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/novell.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/novell.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/oid.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/oid.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/persistentSearch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/persistentSearch.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc2696.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc2696.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc2849.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc2849.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc3062.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc3062.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc4511.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc4511.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc4512.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc4512.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc4527.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/__pycache__/rfc4527.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/controls.py
/usr/lib/python3.11/site-packages/ldap3/protocol/convert.py
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__init__.py
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/formatters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/formatters.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/standard.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/standard.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/validators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/__pycache__/validators.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/formatters.py
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/standard.py
/usr/lib/python3.11/site-packages/ldap3/protocol/formatters/validators.py
/usr/lib/python3.11/site-packages/ldap3/protocol/microsoft.py
/usr/lib/python3.11/site-packages/ldap3/protocol/novell.py
/usr/lib/python3.11/site-packages/ldap3/protocol/oid.py
/usr/lib/python3.11/site-packages/ldap3/protocol/persistentSearch.py
/usr/lib/python3.11/site-packages/ldap3/protocol/rfc2696.py
/usr/lib/python3.11/site-packages/ldap3/protocol/rfc2849.py
/usr/lib/python3.11/site-packages/ldap3/protocol/rfc3062.py
/usr/lib/python3.11/site-packages/ldap3/protocol/rfc4511.py
/usr/lib/python3.11/site-packages/ldap3/protocol/rfc4512.py
/usr/lib/python3.11/site-packages/ldap3/protocol/rfc4527.py
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__init__.py
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/digestMd5.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/digestMd5.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/external.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/external.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/kerberos.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/kerberos.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/plain.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/plain.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/sasl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/__pycache__/sasl.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/digestMd5.py
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/external.py
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/kerberos.py
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/plain.py
/usr/lib/python3.11/site-packages/ldap3/protocol/sasl/sasl.py
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__init__.py
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/ad2012R2.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/ad2012R2.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/ds389.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/ds389.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/edir888.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/edir888.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/edir914.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/edir914.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/slapd24.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/__pycache__/slapd24.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/ad2012R2.py
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/ds389.py
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/edir888.py
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/edir914.py
/usr/lib/python3.11/site-packages/ldap3/protocol/schemas/slapd24.py
/usr/lib/python3.11/site-packages/ldap3/strategy
/usr/lib/python3.11/site-packages/ldap3/strategy/__init__.py
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/asyncStream.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/asyncStream.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/asynchronous.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/asynchronous.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/ldifProducer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/ldifProducer.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/mockAsync.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/mockAsync.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/mockBase.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/mockBase.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/mockSync.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/mockSync.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/restartable.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/restartable.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/reusable.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/reusable.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/safeRestartable.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/safeRestartable.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/safeSync.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/safeSync.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/sync.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/__pycache__/sync.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/strategy/asyncStream.py
/usr/lib/python3.11/site-packages/ldap3/strategy/asynchronous.py
/usr/lib/python3.11/site-packages/ldap3/strategy/base.py
/usr/lib/python3.11/site-packages/ldap3/strategy/ldifProducer.py
/usr/lib/python3.11/site-packages/ldap3/strategy/mockAsync.py
/usr/lib/python3.11/site-packages/ldap3/strategy/mockBase.py
/usr/lib/python3.11/site-packages/ldap3/strategy/mockSync.py
/usr/lib/python3.11/site-packages/ldap3/strategy/restartable.py
/usr/lib/python3.11/site-packages/ldap3/strategy/reusable.py
/usr/lib/python3.11/site-packages/ldap3/strategy/safeRestartable.py
/usr/lib/python3.11/site-packages/ldap3/strategy/safeSync.py
/usr/lib/python3.11/site-packages/ldap3/strategy/sync.py
/usr/lib/python3.11/site-packages/ldap3/utils
/usr/lib/python3.11/site-packages/ldap3/utils/__init__.py
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/asn1.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/asn1.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/ciDict.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/ciDict.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/conv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/conv.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/dn.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/dn.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/hashed.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/hashed.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/log.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/log.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/ntlm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/ntlm.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/ordDict.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/ordDict.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/port_validators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/port_validators.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/repr.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/repr.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/tls_backport.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/tls_backport.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/uri.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/__pycache__/uri.cpython-311.pyc
/usr/lib/python3.11/site-packages/ldap3/utils/asn1.py
/usr/lib/python3.11/site-packages/ldap3/utils/ciDict.py
/usr/lib/python3.11/site-packages/ldap3/utils/config.py
/usr/lib/python3.11/site-packages/ldap3/utils/conv.py
/usr/lib/python3.11/site-packages/ldap3/utils/dn.py
/usr/lib/python3.11/site-packages/ldap3/utils/hashed.py
/usr/lib/python3.11/site-packages/ldap3/utils/log.py
/usr/lib/python3.11/site-packages/ldap3/utils/ntlm.py
/usr/lib/python3.11/site-packages/ldap3/utils/ordDict.py
/usr/lib/python3.11/site-packages/ldap3/utils/port_validators.py
/usr/lib/python3.11/site-packages/ldap3/utils/repr.py
/usr/lib/python3.11/site-packages/ldap3/utils/tls_backport.py
/usr/lib/python3.11/site-packages/ldap3/utils/uri.py
/usr/lib/python3.11/site-packages/ldap3/version.py
/usr/share/doc/packages/python311-ldap3
/usr/share/doc/packages/python311-ldap3/README.rst
/usr/share/licenses/python311-ldap3
/usr/share/licenses/python311-ldap3/COPYING.LESSER.txt
/usr/share/licenses/python311-ldap3/COPYING.txt
/usr/share/licenses/python311-ldap3/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jun 22 23:25:59 2025