From 31939aff106ef059fd6e4166b81eb7a80478d1f1 Mon Sep 17 00:00:00 2001 From: Ivan Stana <^_^@myrtana.sk> Date: Mon, 25 Dec 2023 04:08:43 +0100 Subject: [PATCH] Update Readme file --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e132cab..b332b79 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can store user and group information in `MariaDB` or `MySQL` database. E.g. - uses direct queries and `real_escape_string` - uses `threads.c` from `C11` - requirements: `Glibc 2.28`, `GCC 8`, equivalent of `Debian 10` (*Buster*) and newer, `MySQL 5.5+`/`MariaDB 10.0+`, `mariadb-connector-c`/`libmysqlclient`. Might work or compile on older systems, but it's untested -- tested systems - latest `Archlinux`, `CentOS`, `Debian`, `Fedora`, `Ubuntu` and `Ubuntu LTS` +- tested systems - latest `Archlinux`, `Debian`, `Fedora`, `Ubuntu` and `Ubuntu LTS` - both *unix socket* and *hostname* + *port* are supported - accepts custom mysql client configuration - shouldn't be used with SUID programs @@ -20,7 +20,9 @@ You can store user and group information in `MariaDB` or `MySQL` database. E.g. ## TODO - deb + rpm packages -- architecture like nss_ldapd would be nice +- mysql/mariadb lib should not be linked and loaded, but separated - architecture like nss_ldapd would be nice +- add RHEL (does not have bats) or Rockylinux/AlmaLinux +- not sure if MySQL works correctly, the test fails on buff_test which means it does not increase buffer size for long result ## Installation & Usage