[MDEV-9587] Debian packaging for GSSAPI plugin Created: 2016-02-18 Updated: 2016-03-18 Resolved: 2016-03-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform Debian |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.1.13 |
| Description |
|
10.1.11 contains GSSAPI authentication plugin So far, this plugin is not packaged on Debian. There is a client and server parts to this plugin, server part in auth_gssapi.so, and client in auth_gssapi_client.so . Both need to be installed into plugin directory. libkrb5-dev is the prerequisite for build on Debian. |
| Comments |
| Comment by Sergey Vojtovich [ 2016-03-17 ] |
|
serg, could you have a look at this patch? |
| Comment by Sergei Golubchik [ 2016-03-17 ] |
|
looks ok to me, but let otto review it too. I don't know if libkrb5-dev and libgssapi-krb5-2 is available on all debian/ubuntu versions that we build for or whether we need to hack around it like we do with libcrack (or did with libreadline). |
| Comment by Sergei Golubchik [ 2016-03-17 ] |
|
http://lists.askmonty.org/pipermail/commits/2016-March/009114.html |