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

python312-ldap3-2.9.1-3.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-ldap3 Distribution: openSUSE Tumbleweed
Version: 2.9.1 Vendor: openSUSE
Release: 3.5 Build date: Tue Jan 30 16:11:06 2024
Group: Unspecified Build host: reproducible
Size: 4442096 Source RPM: python-ldap3-2.9.1-3.5.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 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.
* Thu Oct 10 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 2.6.1:
    - added eDirectory 9.1.4 (EDIR_9_1_4) to offline schemas
    - added json converter for timedelta (thanks dirkjanm)
    - strip parameter defaults to False in utils.dn.parse_dn()
    - escaped space is allowed as trailing character in attribute_value in utils.dn.parse_dn() (thanks phi1010)
    - connection.extend.standard.paged_search doesn't raise exceptions when raise_exceptions is False
    - the Search operation returns the entries fetched by the server when size or time limits are reached even if raise_exceptions is set to True
    - Handle the minimum value that can be stored in an Int64 in format_ad_timedelta (thanks mprahl)
    - EntryState: `entry_raw_attributes` is populated instead of `raw_attributes` (thanks Christian)
    - Removed restriction to perform rename and move simultaneously in modify_dn (thanks Fabian)
    - fixed checking for hexdigits in parse_dn (thanks Michael)
    - fixed escaping when multiple backslashes are present in parse_dn (thanks Phillip)
    - fixed multiple NoneType exceptions in entry_to_json() (thanks David and cfelder)
    - allowing Microsoft specific syntax (<WKGUID=xxx>) for WellKnownObjects in DN (thanks David)
    - connection.extend.standard.paged_search() now follows referrals when auto_referrals=True (thanks kprativa)
    - fixed a bug in decoding replica list in connection.extend.novell.list_replicas()
    - fixed a bug when adding duplicate alias in CaseInsensitiveWithAliasDict()
    - added ignore_duplicates=False in set_aliases in CaseInsensitiveWithAliasDict() to ignore a duplicate alias (either in aliases or in keys)
    - Schema info now uses CaseInsensitiveWithAlias dict as default so object and attributes can also be referentiated with OID (thanks ahoffm11)
    - added block mode and timeout parameters to next() method of persistent_search
    - when using the pyasn1 decoder raw_dn is not returned as a pyasn1 object anymore but as bytes
    - Return offset timezone aware datetime for max AD timestamp (thanks Jussi)
* Tue May 14 2019 Gary Smith <GSmith@suse.com>
  - update to version 2.6
    [#] 2.6 - 2019.03.24
    - fixed empty digestMd5.py file in 2.5.2 package
    - explicitly declare digest module md5 in util.ntlm (thanks adawalli)
    - change object passed to modify() was unexpectedly mutated (thanks John)
    - added LDAPInfoError exception
    - added Server.has_control(control) method to check if a server has a specific control
    - added Server.has_extension(extension) method to check if a server has a specific extension
    - added Server.has_feature(feature) method to check if a server has a specific feature
    - fixed checking of \\ in safe_dn (thanks Maxim)
    - fixed uuid checking with 5c byte value
    - added single=True parameter to the ServerPool object definition. Servers state is shared between connections using the same pool
    - updated copyright notice

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024