Port details |
- ateam_mysql57_ldap_auth A-Team MySQL LDAP authentication plugin
- 1.0_2 databases
=0 1.0_2Version of this port present on the latest quarterly branch.
- Maintainer: ganbold@FreeBSD.org
- Port Added: 2020-07-11 16:53:37
- Last Update: 2023-12-31 00:06:11
- Commit Hash: 7b9d732
- License: GPLv2
- WWW:
- https://github.com/ateamsystems/ateam_mysql_ldap_auth
- Description:
- A-Team MySQL LDAP Authenticator
---------------------------------------------------------------------------- -
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 hashing 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ateam_mysql57_ldap_auth>0:databases/ateam_mysql57_ldap_auth
- No installation instructions:
- This port has been deleted.
- PKGNAME: ateam_mysql57_ldap_auth
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1593015605
SHA256 (ateamsystems-ateam_mysql57_ldap_auth-1.0-f6d79fb_GH0.tar.gz) = 0f175183472d89bc8dde450b2fc3d5f6562900a912898898ef9dcd32498bb875
SIZE (ateamsystems-ateam_mysql57_ldap_auth-1.0-f6d79fb_GH0.tar.gz) = 18081
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:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- mysqld : databases/mysql57-server
- Library dependencies:
-
- libconfig.so : devel/libconfig
- libldap.so.2 : net/openldap26-client
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ateam_mysql57_ldap_auth-1.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_ateam_mysql57_ldap_auth
- USES:
- compiler:c++11-lang gmake ldap mysql:57,client,server
- pkg-message:
- ---------------------------------------------------------------------
Please see /usr/local/share/doc/ateam_mysql57_ldap_auth/INSTALL
for install notes.
---------------------------------------------------------------------
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_2 31 Dec 2023 00:06:11 |
Muhammad Moinur Rahman (bofh) |
databases/ateam_mysql57_ldap_auth: Remove expired port
Depends on upstream EOL MySQL 5.7 |
1.0_2 30 Jun 2023 05:19:03 |
Muhammad Moinur Rahman (bofh) |
*/*: Cleanup pointers to EOL mariadb103
Although mariadb103 is EOL there were some pointers to this version, so
cleanup the necessaries.
Approved by: portmgr (blanket) |
1.0_2 30 Jun 2023 04:02:04 |
Muhammad Moinur Rahman (bofh) |
*/*: Cleanup pointers to EOL mariadb102
Although mariadb102 is EOL there were some pointers to this version, so
cleanup the necessaries.
Approved by: portmgr (blanket) |
1.0_2 30 Jun 2023 03:29:51 |
Muhammad Moinur Rahman (bofh) |
*/*: Cleanup pointers to EOL mariadb101
Although mariadb101 is EOL there were some pointers to this version, so
cleanup the necessaries.
Approved by: portmgr (blanket) |
1.0_2 30 Jun 2023 01:40:48 |
Muhammad Moinur Rahman (bofh) |
databases/mysql56-*: Sunset
2023-06-30 databases/mysql56-*: Upstream support ended in February 2021
Approved by: portmgr (blanket) |
1.0_2 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
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_2 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.0_2 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.0_2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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 ) |
1.0_2 26 Jan 2022 07:46:25 |
Marius Strobl (marius) |
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_1 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
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 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0 12 Aug 2020 02:54:28 |
ganbold |
Specify mysql version in USES.
PR: 248237
Approved by: fernape@
Sponsored by: A-Team Systems, LLC |
1.0 30 Jul 2020 08:54:05 |
pkubaj |
databases/ateam_mysql57_ldap_auth: fix build on GCC architectures
Use C11 compiler:
/usr/local/include/mysql/my_global.h:212: error: redefinition of typedef
'my_socket'
/usr/local/include/mysql/mysql.h:64: error: previous declaration of 'my_socket'
was here |
1.0 11 Jul 2020 16:53:33 |
pizzamig |
databases/ateam_mysql57_ldap_auth: new port for mysql 5.7
A-Team MySQL 5.7 LDAP authentication plugin
PR: 247685
Submitted by: ganbold@freebsd.org (maintainer)
Event: July 2020 Bugathon |