notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ateam_mysql_ldap_auth A-Team MySQL LDAP authentication plugin
1.0_3 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Requires upstream EOL MySQL 5.6
Expired This port expired on: 2023-06-30
Ignore IGNORE: cannot install: does not work with MySQL version 57 (MySQL 57 80 101m 102m 103m 57p 57w not supported)
Maintainer: ganbold@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-05-25 14:19:10
Last Update: 2023-06-30 01:31:23
Commit Hash: 0e01170
License: GPLv2
WWW:
https://github.com/ateamsystems/ateam_mysql_ldap_auth
Description:
A-Team MySQL LDAP Authenticator (ateam_mysql_ldap_auth) is an authentication plugin for MySQL 5.5.7 and up, and has been tested with 5.6 under FreeBSD. This module allows you to create MySQL users that are then authenticated against an LDAP server. This reduces administrative overhead and eliminates your users having to remember a seperate username and password for MySQL. Just like MySQL Enterprise's PAM module, for client side authentication this plugin uses the clear_text password module as the LDAP server must perform the password hasing and comparison. For command line clients this is done by setting the following environment variable: export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1 In MySQL Workbench this is acheived by going to go to the "Advanced" tab and checking "Enable Cleartext Authentication Plugin" when editing a connction. !!! IMPORTANT: !!! ------------------------------------------------------------------------ !!! ENSURE THE COMMUNICATIONS PATH BETWEEN THE CLIENT AND SERVER IS SECURE! !!! ------------------------------------------------------------------------ !!! By default MySQL does not use SSL so additional steps and network design !!! are needed to ensure you're not exposing your credetials.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. lib/mysql/plugin/auth_ldap.so
  2. @sample etc/ateam_mysql_ldap_auth.conf.sample
  3. /usr/local/share/licenses/ateam_mysql_ldap_auth-1.0_3/catalog.mk
  4. /usr/local/share/licenses/ateam_mysql_ldap_auth-1.0_3/LICENSE
  5. /usr/local/share/licenses/ateam_mysql_ldap_auth-1.0_3/GPLv2
Collapse this list.
Dependency lines:
  • ateam_mysql_ldap_auth>0:databases/ateam_mysql_ldap_auth
No installation instructions:
This port has been deleted.
PKGNAME: ateam_mysql_ldap_auth
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ateamsystems-ateam_mysql_ldap_auth-1.0-f6a1a5d_GH0.tar.gz) = 3a20533fb4fed93daad0e8944ab6e8ae530ecbebefd95240b1e60f3c5ca5ec9c SIZE (ateamsystems-ateam_mysql_ldap_auth-1.0-f6a1a5d_GH0.tar.gz) = 17971

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. mysqld : databases/mysql57-server
Library dependencies:
  1. libconfig.so : devel/libconfig
  2. libldap.so.2 : net/openldap26-client
  3. libmysqlclient.so.20 : databases/mysql57-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ateam_mysql_ldap_auth-1.0_3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
databases_ateam_mysql_ldap_auth
USES:
gmake ldap mysql:client,server
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ateamsystems/ateam_mysql_ldap_auth/tar.gz/f6a1a5d?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2023-06-30
    REASON: Has expired: Requires upstream EOL MySQL 5.6

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0_3
30 Jun 2023 01:31:23
commit hash: 0e011709bf247af648f39602e0a095c175a43048commit hash: 0e011709bf247af648f39602e0a095c175a43048commit hash: 0e011709bf247af648f39602e0a095c175a43048commit hash: 0e011709bf247af648f39602e0a095c175a43048 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/ateam_mysql_ldap_auth: Remove expired port

2023-06-30 databases/ateam_mysql_ldap_auth: Requires upstream EOL MySQL 5.6

Approved by:	portmgr (blanket)
1.0_3
08 Feb 2023 10:53:56
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628da files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
1.0_3
23 Jan 2023 15:28:27
commit hash: dee6c5d70371cea9bb3dc5c57082820aaf861c44commit hash: dee6c5d70371cea9bb3dc5c57082820aaf861c44commit hash: dee6c5d70371cea9bb3dc5c57082820aaf861c44commit hash: dee6c5d70371cea9bb3dc5c57082820aaf861c44 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/*mys*: Mark DEPRECATED

databases/mysql56-{server|client} is marked as DEPRECATED and set to be
removed from the tree on 2023-06-30. However there are still some
consumers for those which also should should be mark DEPRECATED and set
to be EXPIRED all along.

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0_3
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0_3
26 Jan 2022 07:46:25
commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67 files touched by this commit
Marius Strobl (marius) search for other commits by this committer
devel/libconfig: update to 1.7.3

- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.

PR:		261062
Reported by:	dizzy [1]
Approved by:	maintainer timeout
1.0_2
02 Aug 2021 04:41:48
commit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984ccommit hash: 3ba73dad6f600e4da54237e381201faec678984c files touched by this commit
Xin LI (delphij) search for other commits by this committer
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
1.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0_1
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
1.0_1
01 Jul 2019 07:43:33
Revision:505549Original commit files touched by this commit
ale search for other commits by this committer
Update default MySQL version to 5.7.

PR:		238365
Submitted by:	ale
Exp-run by:	antoine
Approved by:	portmgr (antoine)
1.0_1
06 Aug 2018 17:22:37
Revision:476517Original commit files touched by this commit
fernape search for other commits by this committer
devel/libconfig: update to 1.7.2

* Change to USE_GH
* Bump PORTREVISION of dependant ports.

Committing after maintainer timeout

PR:	229961
Submitted by:	che@bein.link
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16442
1.0
13 Jan 2018 22:43:04
Revision:458946Original commit files touched by this commit
antoine search for other commits by this committer
- Add DOCS option
- Use PORTDOCS for documentation

Reported by:	pkg-fallout
1.0
11 Jan 2018 11:12:33
Revision:458720Original commit files touched by this commit
danfe search for other commits by this committer
- Convert to option helpers, wrap overly long lines, mute MKDIRs
- Do not abuse INSTALL_MAN for installing documentation files
1.0
01 Jun 2016 13:14:56
Revision:416240Original commit files touched by this commit
mat search for other commits by this committer
Allow depending on both mysql's client and server

Fix the few users of both the MySQL client and server.

PR:		209762
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6575
1.0
25 May 2016 14:18:57
Revision:415833Original commit files touched by this commit
novel search for other commits by this committer
Add ateam_mysql_ldap_auth 1.0, a-Team MySQL LDAP authentication plugin.

PR:		208913
Submitted by:	ganbold

Number of commits found: 16