Version: 3.4.3, Package name: py-ldap-3.4.3 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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 sub-schema, etc.). Not included: Direct BER support Quick usage example: import ldap l = ldap.open("my_ldap_server.my_domain") l.simple_bind_s("","") l.search_s("o=My Organisation, c=AU", ldap.SCOPE_SUBTREE, "objectclass=*") |
Filesize: 368.592 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:17 by Stuart Henderson | Files touched by this commit (85) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-02-18 05:21:27 by Stuart Henderson | Files touched by this commit (7) |
Log message: re-merge py-ldap subpackages, done in the py21/22/etc days, examples are no longer conflicting. avoids awkwards use of MODPY_PY_PREFIX in FULLPKGNAME. |
2021-02-16 15:58:14 by Stuart Henderson | Files touched by this commit (3) |
Log message: py-ldap -> py3 only |
2021-01-10 13:05:56 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-ldap-3.3.1 |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-07-06 05:38:59 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py-ldap-3.3.0 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-11 09:32:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: no need to patch, just pass CPPFLAGS/LDFLAGS in MAKE_ENV |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-31 15:06:05 by Stuart Henderson | Files touched by this commit (1) |
Log message: update homepage |
2019-03-14 14:19:51 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-ldap 3.2.0 |
2018-11-30 05:59:10 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to python-ldap 3.1.0 and add py3 support fix for databases/luma to follow |
2017-07-23 03:30:23 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to py-ldap-2.4.41. |
2016-08-27 10:13:15 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to py-ldap-2.4.27. |
2016-03-26 10:36:48 by Daniel Jakots | Files touched by this commit (2) |
Log message: update to py-ldap-2.4.25 ok jca@ |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2015-11-13 01:44:53 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to py-ldap-2.4.22. |
2015-09-29 04:51:15 by Stuart Henderson | Files touched by this commit (30) |
Log message: bump REVISION for setuptools dep change. |
2015-09-18 06:32:22 by Benoit Lecocq | Files touched by this commit (3) |
Log message: Update to py-ldap-2.4.20. |
2015-07-19 00:10:13 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix sed -i line |
2015-07-18 15:11:18 by Jasper Lievisse Adriaanse | Files touched by this commit (16) |
Log message: use sed -i |
2015-06-03 23:12:30 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to py-ldap-2.4.19. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-12 03:02:32 by Remi Pointel | Files touched by this commit (4) |
Log message: Reported and patch from Nigel Taylor (thanks). Modified PLIST, removed PFRAG.python2.6-main and added PFRAG.python2.7-main. I added MODPY_WANTLIB to WANTLIB. |
2011-06-09 23:48:35 by Remi Pointel | Files touched by this commit (1) |
Log message: removed python2.6 flavor. switch to python2.7 default flavor has already been made during the dance of the bump. ok jasper@ sthen@ |
2011-06-08 11:33:59 by Jasper Lievisse Adriaanse | Files touched by this commit (24) |
Log message: bump after default python version switch |
2011-05-04 13:01:21 by Remi Pointel | Files touched by this commit (1) |
Log message: Prepare the import of python 2.7. ok landry@. |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-11-06 16:50:03 by Marc Espie | Files touched by this commit (31) |
Log message: bye bye old LIB_DEPENDS |
2010-09-03 06:34:56 by Stuart Henderson | Files touched by this commit (14) |
Log message: - drop python2.5 flavour of these "special" packages and add @pkgpath markers; from ajacoutot@ - tweak from me: @pkgpath markers for these go in PFRAG.python2.6-* files rather than straight in PLIST-*, so that they are only added to 2.6 packages, otherwise pkg_add -u will see that either 2.4 or 2.6 versions are valid updates and will have to ask every time, ok ajacoutot@ |
2010-08-30 14:59:41 by Federico G. Schwindt | Files touched by this commit (4) |
Log message: Add python 2.6 flavour, set it as default (was 2.5 previously) and bump. |
2010-02-26 12:10:57 by Marc Espie | Files touched by this commit (2) |
Log message: fix FULLPKGPATH |
2009-09-15 11:37:22 by Jasper Lievisse Adriaanse | Files touched by this commit (83) |
Log message: remove marc balmer as maintainer of all of his ports, to take away the illusion marc still maintains them. as requested by himself. |
2009-03-14 07:12:51 by Marc Espie | Files touched by this commit (4) |
Log message: fix deps |
2008-02-08 03:12:15 by Marc Winiger | Files touched by this commit (2) |
Log message: - build examples package only once - add pkgpath fixes updating from unflavored versions ok mbalmer@ simon@ |
2008-01-14 04:11:33 by Marc Winiger | Files touched by this commit (6) |
Log message: update from 2.2.0 to 2.3.1 python2.5.core on exit disappears ok mbalmer@ |
2008-01-11 02:03:16 by Marc Winiger | Files touched by this commit (7) |
Log message: make it possible to install for different python versions ok and help from mbalmer@ and simon@ |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-15 14:34:03 by Simon Bertrang | Files touched by this commit (94) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |
2007-05-01 10:30:32 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: change PKGNAME back to py-ldap. noticed by Vijay Ramesh <vramesh2 at uiuc.edu> |
2007-04-07 13:35:59 by Steven Mestdagh | Files touched by this commit (1) |
Log message: change PKGNAME back to py-ldap. noticed by Vijay Ramesh <vramesh2 at uiuc.edu> ok sturm@ |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-11-16 03:09:56 by Marc Balmer | Files touched by this commit (4) |
Log message: Update to python-ldap 2.2.0. |
2006-08-01 16:19:46 by Marc Espie | Files touched by this commit (31) |
Log message: more new libspecs. |
2006-06-03 03:29:42 by Aleksander Piotrowski | Files touched by this commit (8) |
Log message: Bump PKGNAMEs after recent python switch |
2005-09-23 05:59:02 by Marc Balmer | Files touched by this commit (4) |
Log message: Update to version 2.0.10, released 2005-09-23 Changes since 2.0.9: Lib/ * Switched back to old implementation of ldap.schema.tokenizer.split_tokens() since the new one had a bug which deletes the spaces from DESC * ldap.INSUFFICIENT_ACCESS is now ignored in ldap.ldapobject.LDAPObject.search_subschemasubentry_s() |
2005-07-29 04:26:58 by Marc Balmer | Files touched by this commit (3) |
Log message: Update to version 2.0.9. |
2005-06-29 08:18:39 by Marc Balmer | Files touched by this commit (4) |
Log message: Update to version 2.0.8. |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-12-18 07:28:35 by Marc Balmer | Files touched by this commit (9) |
Log message: Updated to version 2.0.6 of python-ldap Merged the examples subpackage into the main package Enabled sasl2 support by default ok alek@ |
2004-09-14 17:29:07 by Marc Espie | Files touched by this commit (4) |
Log message: rename flavors 2.1 -> py2.1 subpackage to avoid conflict new style plist |
2004-08-13 02:08:35 by Marc Espie | Files touched by this commit (1) |
Log message: packages ARE conflicting, thanks to the examples files. Proper fix would mean putting the examples in a separate package, but it's too late in the cycle to do so. okay pvalchev@ |
2004-08-04 13:46:15 by Xavier Santolaria | Files touched by this commit (13) |
Log message: new-style MODULES |
2004-02-17 13:47:45 by Xavier Santolaria | Files touched by this commit (3) |
Log message: update to 2.0.0pre19; from maintainer Marc Balmer <marc at msys.ch> ok sturm@. |
2004-01-29 10:13:37 by Nikolay Sturm | Files touched by this commit (16) |
Log message: NOT_FOR_ARCHS=${NO_SHARED_ARCHS} from Xavier Santolaria |