Port details |
- ateam_mysql_ldap_auth A-Team MySQL LDAP authentication plugin
- 1.0_3 databases
=0 1.0_2Version of this port present on the latest quarterly branch. IGNORE: cannot install: does not work with MySQL version 57 (MySQL 57 80 101m 102m 103m 57p 57w not supported)
- Maintainer: ganbold@FreeBSD.org
 - Port Added: 2016-05-25 14:19:10
- Last Update: 2022-01-26 07:46:25
- Commit Hash: 8c30deb
- License: GPLv2
- 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.
WWW: https://github.com/ateamsystems/ateam_mysql_ldap_auth
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ateam_mysql_ldap_auth>0:databases/ateam_mysql_ldap_auth
- To install the port:
- cd /usr/ports/databases/ateam_mysql_ldap_auth/ && make install clean
- A package is not available for ports marked as:
- Forbidden / Broken / Ignore / Restricted
- 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
- 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
- libmysqlclient.so.20 : databases/mysql57-client
- libldap-2.4.so.2 : net/openldap24-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 mysql:client,server
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Jan 2022 07:46:25 1.0_3
|
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 |
02 Aug 2021 04:41:48 1.0_2
|
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 |
06 Apr 2021 14:31:07 1.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Aug 2019 16:01:59
1.0_1 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
01 Jul 2019 07:43:33
1.0_1
|
ale  |
Update default MySQL version to 5.7.
PR: 238365
Submitted by: ale
Exp-run by: antoine
Approved by: portmgr (antoine) |
06 Aug 2018 17:22:37
1.0_1
|
fernape  |
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 |
13 Jan 2018 22:43:04
1.0
|
antoine  |
- Add DOCS option
- Use PORTDOCS for documentation
Reported by: pkg-fallout |
11 Jan 2018 11:12:33
1.0
|
danfe  |
- Convert to option helpers, wrap overly long lines, mute MKDIRs
- Do not abuse INSTALL_MAN for installing documentation files |
01 Jun 2016 13:14:56
1.0
|
mat  |
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 |
25 May 2016 14:18:57
1.0
|
novel  |
Add ateam_mysql_ldap_auth 1.0, a-Team MySQL LDAP authentication plugin.
PR: 208913
Submitted by: ganbold |
Number of commits found: 10
|