Skip to content

Commit

Permalink
Update Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
istana committed Dec 25, 2023
1 parent 91a6526 commit 31939af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ 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

## 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

Expand Down

0 comments on commit 31939af

Please sign in to comment.