Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barda/mysql-auth-ldap
MySQL LDAP authentication
https://github.com/barda/mysql-auth-ldap
ldap-authentication ldap-client mariadb mariadb-database mariadb-mysql mariadb-server mysql mysql-database mysql-server openldap openldap-client percona percona-mysql percona-server
Last synced: about 1 month ago
JSON representation
MySQL LDAP authentication
- Host: GitHub
- URL: https://github.com/barda/mysql-auth-ldap
- Owner: barda
- Created: 2020-06-03T14:10:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T14:11:41.000Z (over 4 years ago)
- Last Synced: 2024-11-08T04:44:35.577Z (3 months ago)
- Topics: ldap-authentication, ldap-client, mariadb, mariadb-database, mariadb-mysql, mariadb-server, mysql, mysql-database, mysql-server, openldap, openldap-client, percona, percona-mysql, percona-server
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
## Notes:
- The server certificate won't be validated unless ca_path is set.
- TLS won't work over the SSL port ()## Oracle Enterpise differences
We can define combinations of LDAP groups for one proxy account```
#ad_group_1+ad_group_2=mysql_proxy_1
```
This means that the user must be member of ad_group_1 and ad_group_2 in LDAP to proxy with mysql_proxy_1