Port details |
- web2ldap Python-based WWW gateway to LDAP servers
- 1.8.1_2 www
=9 1.8.1_1Version of this port present on the latest quarterly branch. - Maintainer: girgen@FreeBSD.org
 - Port Added: 2000-08-01 11:48:21
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: python, nmap, freetype2, p5-Digest-HMAC, unzip
- Also Listed In: python
- License: APACHE20
- WWW:
- https://web2ldap.de/
- Description:
- web2ldap is a full-featured web-based LDAP v2+ client written in Python.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}web2ldap>0:www/web2ldap@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/web2ldap/ && make install clean
- To add the package, run one of these commands:
- pkg install www/web2ldap
- pkg install py311-web2ldap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-web2ldap listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-web2ldap
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1669150220
SHA256 (web2ldap-1.8.1.tar.gz) = a45381cc0a5271a480f7fef54de8fe0b3277ea481ab2c3e10060f88b8bbb062a
SIZE (web2ldap-1.8.1.tar.gz) = 534464
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-asn1crypto>=0.22.0 : devel/py-asn1crypto@py311
- py311-paramiko>0 : security/py-paramiko@py311
- py311-dnspython>=2.0.0 : dns/py-dnspython@py311
- py311-xlwt>0 : textproc/py-xlwt@py311
- py311-pillow>0 : graphics/py-pillow@py311
- py311-ldap0>=1.4.7 : net/py-ldap0@py311
- py311-iso3166>=1.0.1 : textproc/py-iso3166@py311
- py311-defusedxml>0 : devel/py-defusedxml@py311
- py311-prometheus-client>=0.7.1 : net-mgmt/py-prometheus-client@py311
- mime.types : misc/mime-support
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-web2ldap-1.8.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_web2ldap
- USES:
- cpe python
- pkg-message:
- For install:
- Run:
service web2ldap onestart
to start the standalone version of web2ldap. By default it only accepts
connections from localhost, this can be changed by editing configuration
option ``access_allowed'' in the file:
/usr/local/etc/web2ldap/web2ldapcnf/__init__.py
For configuration suggestions on installing the WSGI version of web2ldap using
apache *instead of the standalone version*, please look at the enclosed
documentation in:
https://fossies.org/linux/web2ldap/etc/apache2/sample-mod_wsgi.conf
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.40 30 Jul 2008 14:06:56
 |
bsam  |
Update to version 0.16.40. |
0.16.38 17 Jul 2008 17:30:21
 |
bsam  |
Update to version 0.16.38. Changelog:
http://www.web2ldap.de/changes-0.16.html#0.16.38 |
0.16.28 24 Jun 2008 13:17:17
 |
bsam  |
Update to version 0.16.28. |
0.16.24 14 Jun 2008 13:43:41
 |
bsam  |
Update to version 0.16.24. Changes:
http://www.web2ldap.de/changes-0.16.html#0.16.24 |
0.16.23 28 Mar 2008 18:49:07
 |
delphij  |
Chase after py-ldap2 egg'ified |
0.16.23 29 Feb 2008 08:14:23
 |
bsam  |
Update to 0.16.23, changelog:
http://www.web2ldap.de/changes-0.16.html#0.16.23 |
0.16.22 17 Feb 2008 22:07:28
 |
bsam  |
Update to 0.16.22:
. Fixed a regression in plugin module for MS AD.
. Fixed a regression in and slightly improved plugin class for
attribute auditContext. |
0.16.21 17 Dec 2007 23:30:12
 |
bsam  |
Update to version 0.16.21. Change log since 0.16.20:
. fixed a regression in exporting printable output of search result list. |
0.16.20 26 Oct 2007 23:05:12
 |
bsam  |
Update to 0.16.20. Changelog since 0.16.18:
0.16.20, Release Date: 2007-10-17
* Fixed passing around attribute values of syntax OctetString
as hidden parameters in template-based input form.
* Fixed displaying the LDIF after a successful modify if the DN
contains NON-ASCII characters.
0.16.19, Release Date: 2007-10-07
* Fixed displaying the search results as a raw list of DNs. |
0.16.18 21 Sep 2007 16:47:10
 |
bsam  |
Update to version 0.16.18. Changelog:
http://www.web2ldap.de/changes-0.16.html |
0.16.16 26 May 2007 17:17:52
 |
bsam  |
A forced commit to indicate that the previous commit was an update
to 0.16.16 release:
Release Date: 2007-03-22
* Added direct link to auditContext in [ConnInfo].
* Stripped down HTML output in [Locate] to one <div> of class Main
to correct wrong display with fixed-style CSS.
* Added plugin classes for MS AD attribute types groupType and searchFlags.
* Fixed displaying error message for ldap.TIMEOUT exception.
* Slightly changed text of submit button in login form.
* Grab attribute monitoredInfo from OpenLDAP's monitor entry if attribute
monitorContext is present in rootDSE to display it instead vendor info
in [ConnInfo].
Hm, there is an inconsistency at the web pages:
http://www.web2ldap.de/changes-0.16.html -- shows the last release 0.16.17
http://www.web2ldap.de/news.html -- shows the last release 0.16.16
and the distfile for 0.16.17 is unavailable.
I've got in touch with the author about the case. Let's wait a bit. |
0.16.16 25 May 2007 20:39:42
 |
bsam  |
Update to 0.16.17
Release Date: 2007-04-xx
* Support for new binary flag controls:
o CONTROL_DONOTREPLICATE = '1.3.18.0.2.10.23' # IBM Directory Server
o CONTROL_DONTUSECOPY = '1.3.6.1.4.1.4203.666.5.15'
o CONTROL_SERVERADMINISTRATION = '1.3.18.0.2.10.15' # IBM Directory Server |
0.16.15 11 Dec 2006 19:12:07
 |
bsam  |
Update to new release 0.16.15.
Release Date: 2006-12-07. Changelog:
* If no group entries are found a clear error message gives a hint
to select another group search root.
* Search requests for LDIF/DSML export add * to requested attributes. This
fixes limited export if configuration parameter requested_attrs is set. |
0.16.14 04 Dec 2006 20:34:41
 |
bsam  |
- Update to 0.16.14
- make portlint happy
PR: 106290
Submitted by: chinsan |
0.16.13 03 Nov 2006 14:31:37
 |
bsam  |
Update 0.16.12 -> 0.16.13:
Release Date: 2006-11-03
* Multiple attribute values are not sorted in input forms anymore.
* In the login form only the available SASL mechs are displayed now
in the select field for choosing authentication mechanism.
* If scope is not specified in LDAP URL the search form properly
sets default of search scope to sub.
* Simplified displaying error messages by deleting backward-compatible
code for older versions of python-ldap. |
0.16.12 07 Oct 2006 16:15:56
 |
bsam  |
- update to 0.16.12:
Release Date: 2006-09-27
* Support for various LDAPv3 extended controls and major overhaul
of user interface.
* When displaying a select field for choosing the groups to add to or
delete from the title attribute contains the first value of attribute
description or the DN of the group entry (for bubble help in browser).
* Some updates to configuration data.
- change my email to FreeBSD.org one. |
0.16.11 28 Apr 2006 21:54:04
 |
pav  |
- Update to 0.16.11
PR: ports/96485
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.16.10 08 Apr 2006 13:13:00
 |
pav  |
- Update to 0.16.10
PR: ports/94974
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.16.7 14 Jan 2006 23:28:46
 |
pav  |
- Update to 0.16.7
PR: ports/91798
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.16.6 22 Nov 2005 20:27:12
 |
pav  |
- Update to 0.16.6
PR: ports/89434
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.16.4 17 Nov 2005 18:27:20
 |
pav  |
- Update to 0.16.4
PR: ports/89188
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.16.3 15 Nov 2005 12:32:02
 |
lawrance  |
Update to 0.16.3
PR: ports/89053
Submitted by: Boris Samorodov <bsam@ipt.ru> (maintainer) |
0.16.2 11 Nov 2005 17:58:32
 |
mnag  |
Update to 0.16.2
Add SHA256
PR: 88855
Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer) |
0.16.0 08 Nov 2005 03:26:59
 |
mnag  |
Update to 0.16.0
Reorganize Makefile
Use pkg-install to create some dirs
PR: 88608
Submitted by: Boris B. Samorodov <bsam[@]ipt.ru> (maintainer) |
0.15.22 19 Oct 2005 09:16:01
 |
ehaupt  |
. update to 0.15.22
PR: 87636
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.15.20 11 Oct 2005 08:33:06
 |
pav  |
- Update to 0.15.20
PR: ports/87242
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.15.19 07 Oct 2005 17:57:27
 |
pav  |
- Update to 0.5.19
PR: ports/87080
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
0.15.12 15 Jul 2005 05:12:26
 |
novel  |
Update to 0.15.12.
PR: 83480
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: Boris Samorodov (maintainer) |
0.15.11 21 Jun 2005 23:58:28
 |
ahze  |
- Update to 0.15.11
ChangeLog: http://www.web2ldap.de/changes-0.15.html
PR: ports/82592
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: Boris Samorodov <bsam@ipt.ru> (maintainer) |
0.15.10_1 16 May 2005 20:53:46
 |
jylefort  |
Do not ship mime.types, use misc/mime-support instead
PR: ports/81083
Submitted by: maintainer |
0.15.10 08 May 2005 17:02:20
 |
jylefort  |
- Update to 0.15.10 [1]
- Use SUB_FILES=pkg-message
- Make the package installation behave like the port's
- Polish the Makefile
PR: ports/80783 [1]
Submitted by: maintainer [1] |
0.15.9 16 Mar 2005 22:54:45
 |
pav  |
- Add missed patch file |
0.15.9 16 Mar 2005 22:53:52
 |
pav  |
- Update to 0.15.9
- Transfer maintainership to submitter
PR: ports/78038, ports/78926
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: Oddbjorn <oddbjorn@tricknology.org> (old maintainer) |
0.10.4 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.10.4 21 Feb 2003 14:01:38
 |
knu  |
De-pkg-comment. |
0.10.4 09 Jun 2002 14:32:44
 |
petef  |
Unbreak: when running compile.py, don't assume that ${WRKSRC} is in
${FILESDIR}... explicitly go to ${WRKSRC} and then run compile.py |
0.10.4 18 May 2002 02:08:18
 |
kris  |
BROKEN: Incorrect plist |
0.10.4 23 Mar 2002 10:44:56
 |
kevlo  |
Update to version 0.10.4
PR: 36201
Submitted by: MAINTAINER |
10 Mar 2002 04:39:58
    |
dinoex  |
- remove net/ldapmodule - changed dependencies to net/py-ldap1 |
12 Apr 2001 03:06:32
    |
will  |
Fix typo. |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
12 Jan 2001 16:43:18
    |
kevlo  |
Update to 0.8.1. BTW, I fixed pkg-plist. |
14 Nov 2000 00:42:05
    |
asami  |
Use USE_PYTHON. This port still doesn't package, but at least in gets past
the dependency stage. |
09 Oct 2000 02:29:08
    |
lioux  |
Simple MASTER_SITES addition. |
08 Oct 2000 11:23:49
    |
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 08:11:25
    |
asami  |
Convert category www to new layout. |
06 Aug 2000 15:50:56
    |
nbm  |
Update to 0.7.9 |
02 Aug 2000 09:26:24
    |
kevlo  |
Update to version 0.7.8 |
01 Aug 2000 15:48:21
    |
nbm  |
Add web2ldap, an web-based LDAP client. |