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

python3-ldap-3.1.0-lp152.2.8 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: python3-ldap Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 3.1.0 Vendor: openSUSE
Release: lp152.2.8 Build date: Sat May 16 11:58:49 2020
Group: Development/Libraries/Python Build host: obs-power8-03
Size: 964773 Source RPM: python-ldap-3.1.0-lp152.2.8.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.python-ldap.org/
Summary: Python LDAP interface
python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs.  Mainly it wraps the OpenLDAP 2.x libs
for that purpose.  Additionally the package contains modules for other
LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).

Provides

Requires

License

Python-2.0

Changelog

* Mon Dec 10 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Reduce the runtime dependencies to match the actual needs
    * User can use either openldap or 389-ds or anything else
  - Run the tests on the package
  - Fix the fdupes call
* Fri Dec 07 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Add this package to SLE wrt fate#325747
  - Do not add version dependency to devel requirement
* Tue Aug 14 2018 tchvatal@suse.com
  - Require openldap2-client as some of the binaries are called
    on the runtime
* Tue Aug 07 2018 michael@stroeder.com
  - update to upstream release 3.1.0:
    * Long-deprecated functions `ldap.open()` and `ldap.init()` are removed
    * `LDAPObject.compare_s()` and `compare_ext_s` return bool instead of 0 or 1
    * Tons of changes see CHANGES file
* Thu Jan 18 2018 fbergmann@suse.com
  - update to upstream release 3.0.0b4:
    - Adds support for Python 3.4+
    - Adds support for `bytes_mode`
    - Idiotmatic python code changes
    - Adds testing for `pypy`
    - Fixes/enhances tests
  - Remove python-ldap.keyring and python-ldap-%{version}.tar.gz.asc:
    There is no signature provided for the new upstream tarball
* Mon Nov 20 2017 michael@stroeder.com
  - update to upstream release 2.5.2
    Changes since 2.5.1:
    * code-cleaning in setup.py
    Modules/
    * PyBytes_ instead of PyString_ and added PyInt_FromLong compat macro
    * moved code from version.c to ldapmodule.c
    * removed obsolete back-ward compability constants from common.h
    * build checks whether LDAP_API_VERSION is OpenLDAP 2.4.x
    * _ldap.__author__ and _ldap.__license__ also set from ldap.pkginfo
    * assume C extension API for Python 2.7+
    Lib/
    * removed all dependencies on modules string and types
    * removed use of .has_key()
    * removed class ldap.ldapobject.NonblockingLDAPObject
    * new global constant ldap.LIBLDAP_API_INFO
    * right after importing _ldap there is a call into libldap to initialize it
    * method .decodeControlValue() of SSSResponseControl and VLVResponseControl
    does not set class attribute result_code anymore
    * always use bytes() for UUID() constructor in ldap.syncrepl
    * module ldif now uses functions b64encode() and b64decode()
    * fixed pickling and restoring of ReconnectLDAPObject
    * more modules with PEP-8 compliance
    * ldap.ldapobject split into module-package
    Tests/
    * scripts do not directly call SlapdTestCase.setUpClass() anymore
    * added LDIF test with folded, base64-encoded attribute
    * added more tests for sub-module ldap.dn
    * added tests for ldap.syncrepl (thanks to Karl Kornel)
* Sun Nov 12 2017 michael@stroeder.com
  - update to upstream release 2.5.1
  - adjusted BuildRequires to match upstream prerequisites
    Changes since 2.4.45:
    Mandatory prerequisites:
  - Python 2.7.x
  - pyasn1 0.3.7+ and pyasn1_modules 0.1.5+
    Modules/
    * removed unused code schema.c
    Lib/
    * ldap.__version__, ldap.__author__ and ldap.__license__ now
    imported from new sub-module ldap.pkginfo also to setup.py
    * Added safety assertion when importing _ldap:
    ldap.pkginfo.__version__ must match _ldap.__version__
    * removed stand-alone module dsml
    * slapdtest.SlapdObject.restart() just restarts slapd
    without cleaning any data
    * Compability changes for pyasn1 0.3.x or newer
    (thanks to Ilya Etingof and Christian Heimes)
    * The methods SSSResponseControl.decodeControlValue() and
    VLVResponseControl.decodeControlValue() now follow the coding
    convention to use camel-cased ASN.1 name as class attribute name.
    The old class names are still set for back-ward compability
    but should not be used in new code because they might be removed
    in a later release.
    * removed SSSRequestControl from ldap.controls.KNOWN_RESPONSE_CONTROLS
    Tests/
    * added explicit reconnect tests for ReconnectLDAPObject
* Mon Oct 09 2017 michael@stroeder.com
  - update to upstream release 2.4.45
    * fixed error handling
* Thu Sep 07 2017 michael@stroeder.com
  - update to upstream release 2.4.44
    * GIL fix
* Thu Sep 07 2017 michael@stroeder.com
  - update to upstream release 2.4.43
    * SASL bind fix
* Mon Sep 04 2017 michael@stroeder.com
  - update to upstream release 2.4.42
    * small enhancements to test suite
* Wed Jul 12 2017 michael@stroeder.com
  - update to upstream release 2.4.41 (small LDIF parser enhancement)
* Tue Jun 27 2017 michael@stroeder.com
  - update to upstream release 2.4.40 (small memleak fix)
* Wed May 31 2017 michael@stroeder.com
  - update to upstream release 2.4.39
* Thu May 18 2017 jmatejek@suse.com
  - provide python2-ldap to support singlespec packages
* Fri Apr 28 2017 michael@stroeder.com
  - update to upstream release 2.4.38
* Thu Apr 27 2017 michael@stroeder.com
  - update to upstream release 2.4.37
* Wed Feb 08 2017 michael@stroeder.com
  - Update to upstream release 2.4.30
    (with compability fix for pyasn1 0.2.x)
* Wed Jan 25 2017 michael@stroeder.com
  - Update to upstream release 2.4.29
  - added python-ldap.keyring to validate upstream source signatures
* Fri Nov 18 2016 michael@stroeder.com
  - Update to upstream release 2.4.28
* Mon Aug 01 2016 michael@stroeder.com
  - Update to upstream release 2.4.27
* Sun Jul 24 2016 michael@stroeder.com
  - Update to upstream release 2.4.26
  - updated pypi source URL
* Tue Feb 23 2016 michael@stroeder.com
  - Use HTTPS links
* Wed Feb 10 2016 michael@stroeder.com
  - Aligned desciption with project's web site
  - Removed obsolete stuff:
    * build flag -DLDAP_DEPRECATED
    * outdated URL in package description
    * removing of CVS files
* Mon Jan 18 2016 michael@stroeder.com
  - Update to upstream release 2.4.25
* Sat Oct 24 2015 michael@stroeder.com
  - Update to upstream release 2.4.22
* Fri Sep 25 2015 michael@stroeder.com
  - Update to upstream release 2.4.21
* Tue Jul 07 2015 michael@stroeder.com
  - Update to upstream release 2.4.20
* Sun Jan 11 2015 michael@stroeder.com
  - Update to upstream release 2.4.19

Files

/usr/lib64/python3.6/site-packages/__pycache__
/usr/lib64/python3.6/site-packages/__pycache__/ldapurl.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/__pycache__/ldapurl.cpython-36.pyc
/usr/lib64/python3.6/site-packages/__pycache__/ldif.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/__pycache__/ldif.cpython-36.pyc
/usr/lib64/python3.6/site-packages/_ldap.cpython-36m-powerpc64le-linux-gnu.so
/usr/lib64/python3.6/site-packages/ldap
/usr/lib64/python3.6/site-packages/ldap/__init__.py
/usr/lib64/python3.6/site-packages/ldap/__pycache__
/usr/lib64/python3.6/site-packages/ldap/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/async.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/async.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/asyncsearch.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/asyncsearch.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/cidict.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/cidict.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/compat.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/constants.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/dn.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/dn.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/filter.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/filter.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/functions.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/functions.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/ldapobject.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/ldapobject.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/logger.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/logger.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/modlist.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/modlist.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/pkginfo.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/pkginfo.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/resiter.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/resiter.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/sasl.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/sasl.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/syncrepl.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/__pycache__/syncrepl.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/async.py
/usr/lib64/python3.6/site-packages/ldap/asyncsearch.py
/usr/lib64/python3.6/site-packages/ldap/cidict.py
/usr/lib64/python3.6/site-packages/ldap/compat.py
/usr/lib64/python3.6/site-packages/ldap/constants.py
/usr/lib64/python3.6/site-packages/ldap/controls
/usr/lib64/python3.6/site-packages/ldap/controls/__init__.py
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/deref.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/deref.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/libldap.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/libldap.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/openldap.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/openldap.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/pagedresults.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/pagedresults.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/ppolicy.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/ppolicy.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/psearch.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/psearch.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/pwdpolicy.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/pwdpolicy.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/readentry.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/readentry.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/sessiontrack.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/sessiontrack.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/simple.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/simple.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/sss.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/sss.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/vlv.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/__pycache__/vlv.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/controls/deref.py
/usr/lib64/python3.6/site-packages/ldap/controls/libldap.py
/usr/lib64/python3.6/site-packages/ldap/controls/openldap.py
/usr/lib64/python3.6/site-packages/ldap/controls/pagedresults.py
/usr/lib64/python3.6/site-packages/ldap/controls/ppolicy.py
/usr/lib64/python3.6/site-packages/ldap/controls/psearch.py
/usr/lib64/python3.6/site-packages/ldap/controls/pwdpolicy.py
/usr/lib64/python3.6/site-packages/ldap/controls/readentry.py
/usr/lib64/python3.6/site-packages/ldap/controls/sessiontrack.py
/usr/lib64/python3.6/site-packages/ldap/controls/simple.py
/usr/lib64/python3.6/site-packages/ldap/controls/sss.py
/usr/lib64/python3.6/site-packages/ldap/controls/vlv.py
/usr/lib64/python3.6/site-packages/ldap/dn.py
/usr/lib64/python3.6/site-packages/ldap/extop
/usr/lib64/python3.6/site-packages/ldap/extop/__init__.py
/usr/lib64/python3.6/site-packages/ldap/extop/__pycache__
/usr/lib64/python3.6/site-packages/ldap/extop/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/extop/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/extop/__pycache__/dds.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/extop/__pycache__/dds.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/extop/dds.py
/usr/lib64/python3.6/site-packages/ldap/filter.py
/usr/lib64/python3.6/site-packages/ldap/functions.py
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py
/usr/lib64/python3.6/site-packages/ldap/logger.py
/usr/lib64/python3.6/site-packages/ldap/modlist.py
/usr/lib64/python3.6/site-packages/ldap/pkginfo.py
/usr/lib64/python3.6/site-packages/ldap/resiter.py
/usr/lib64/python3.6/site-packages/ldap/sasl.py
/usr/lib64/python3.6/site-packages/ldap/schema
/usr/lib64/python3.6/site-packages/ldap/schema/__init__.py
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/models.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/models.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/subentry.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/subentry.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/tokenizer.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/__pycache__/tokenizer.cpython-36.pyc
/usr/lib64/python3.6/site-packages/ldap/schema/models.py
/usr/lib64/python3.6/site-packages/ldap/schema/subentry.py
/usr/lib64/python3.6/site-packages/ldap/schema/tokenizer.py
/usr/lib64/python3.6/site-packages/ldap/syncrepl.py
/usr/lib64/python3.6/site-packages/ldapurl.py
/usr/lib64/python3.6/site-packages/ldif.py
/usr/lib64/python3.6/site-packages/python_ldap-3.1.0-py3.6.egg-info
/usr/lib64/python3.6/site-packages/python_ldap-3.1.0-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/python_ldap-3.1.0-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/python_ldap-3.1.0-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/python_ldap-3.1.0-py3.6.egg-info/not-zip-safe
/usr/lib64/python3.6/site-packages/python_ldap-3.1.0-py3.6.egg-info/requires.txt
/usr/lib64/python3.6/site-packages/python_ldap-3.1.0-py3.6.egg-info/top_level.txt
/usr/lib64/python3.6/site-packages/slapdtest
/usr/lib64/python3.6/site-packages/slapdtest/__init__.py
/usr/lib64/python3.6/site-packages/slapdtest/__pycache__
/usr/lib64/python3.6/site-packages/slapdtest/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/slapdtest/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/slapdtest/__pycache__/_slapdtest.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/slapdtest/__pycache__/_slapdtest.cpython-36.pyc
/usr/lib64/python3.6/site-packages/slapdtest/_slapdtest.py
/usr/lib64/python3.6/site-packages/slapdtest/certs
/usr/lib64/python3.6/site-packages/slapdtest/certs/README
/usr/lib64/python3.6/site-packages/slapdtest/certs/ca.conf
/usr/lib64/python3.6/site-packages/slapdtest/certs/ca.pem
/usr/lib64/python3.6/site-packages/slapdtest/certs/client.conf
/usr/lib64/python3.6/site-packages/slapdtest/certs/client.key
/usr/lib64/python3.6/site-packages/slapdtest/certs/client.pem
/usr/lib64/python3.6/site-packages/slapdtest/certs/gencerts.sh
/usr/lib64/python3.6/site-packages/slapdtest/certs/gennssdb.sh
/usr/lib64/python3.6/site-packages/slapdtest/certs/server.conf
/usr/lib64/python3.6/site-packages/slapdtest/certs/server.key
/usr/lib64/python3.6/site-packages/slapdtest/certs/server.pem
/usr/share/doc/packages/python3-ldap
/usr/share/doc/packages/python3-ldap/CHANGES
/usr/share/doc/packages/python3-ldap/Demo
/usr/share/doc/packages/python3-ldap/Demo/Lib
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldap
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldap/async
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldap/async/deltree.py
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldap/async/ldifwriter.py
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldap/async/sizelimit.py
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldapurl
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldapurl/urlsearch.py
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldif
/usr/share/doc/packages/python3-ldap/Demo/Lib/ldif/ldifcopy.py
/usr/share/doc/packages/python3-ldap/Demo/initialize.py
/usr/share/doc/packages/python3-ldap/Demo/ldapcontrols.py
/usr/share/doc/packages/python3-ldap/Demo/ldapurl_search.py
/usr/share/doc/packages/python3-ldap/Demo/matchedvalues.py
/usr/share/doc/packages/python3-ldap/Demo/ms_ad_bind.py
/usr/share/doc/packages/python3-ldap/Demo/options.py
/usr/share/doc/packages/python3-ldap/Demo/page_control.py
/usr/share/doc/packages/python3-ldap/Demo/paged_search_ext_s.py
/usr/share/doc/packages/python3-ldap/Demo/passwd_ext_op.py
/usr/share/doc/packages/python3-ldap/Demo/pickle_ldapobject.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/dds.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/derefcontrol.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/noopsearch.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/ppolicy.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/psearch.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/readentrycontrol.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/sessiontrack.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/sss_highest_number.py
/usr/share/doc/packages/python3-ldap/Demo/pyasn1/syncrepl.py
/usr/share/doc/packages/python3-ldap/Demo/reconnect.py
/usr/share/doc/packages/python3-ldap/Demo/rename.py
/usr/share/doc/packages/python3-ldap/Demo/resiter.py
/usr/share/doc/packages/python3-ldap/Demo/sasl_bind.py
/usr/share/doc/packages/python3-ldap/Demo/schema.py
/usr/share/doc/packages/python3-ldap/Demo/schema_tree.py
/usr/share/doc/packages/python3-ldap/Demo/simple.py
/usr/share/doc/packages/python3-ldap/Demo/simplebrowse.py
/usr/share/doc/packages/python3-ldap/README
/usr/share/doc/packages/python3-ldap/TODO
/usr/share/licenses/python3-ldap
/usr/share/licenses/python3-ldap/LICENCE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024