Search Criteria
Package Details: python-ldapdomaindump 0.9.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ldapdomaindump.git (read-only, click to copy) |
---|---|
Package Base: | python-ldapdomaindump |
Description: | Active Directory information dumper via LDAP, written in python |
Upstream URL: | https://github.com/dirkjanm/ldapdomaindump/ |
Keywords: | activedirectory AD ldap library python |
Licenses: | MIT |
Provides: | ldapdomaindump |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-27 13:48 (UTC) |
Last Updated: | 2024-08-14 18:00 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-dnspython (python-dnspython-gitAUR)
- python-futureAUR
- python-ldap3
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2025-01-11 16:00 (UTC)
If possible, please remove the dependency on
python-furure
/ make the package working withoutpython-future
:Regards and thanks for this package!
Rad10 commented on 2024-04-26 14:47 (UTC)
When using blackarch, this conflicts with the
blackarch/ldapdomaindump
. You should add that it provides ldapdomaindump so that this can work for other tools on the system.dreieck commented on 2023-05-07 15:49 (UTC)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!