[MDEV-31387] Windows packages missing auth_gssapi plugin Created: 2023-06-01 Updated: 2023-07-12 Resolved: 2023-07-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Packaging, Plugins |
| Affects Version/s: | 10.11.0, 10.11.1, 10.11.2, 10.11.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Trevor Best | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Windows packages since 10.11.0 appear to be missing the auth_gssapi plugin. Documentation still states it is included in Windows packages with no alternative for download as in linux. Not sure what is going on, but it definitely appears to be missing. |
| Comments |
| Comment by Vladislav Vaintroub [ 2023-06-05 ] |
|
auth_gssapi is statically linked on Windows, since |
| Comment by Trevor Best [ 2023-06-05 ] |
|
Ah thank you, so to use it then I just skip the installation step (I.E. "INSTALL SONAME 'auth_gssapi';" or adding it to the conf file) in the documentation and continue as if it is already installed? |
| Comment by Vladislav Vaintroub [ 2023-06-05 ] |
|
right, it is installed already. |
| Comment by Vladislav Vaintroub [ 2023-06-06 ] |
|
I guess, documentation needs some fixing here, it should mention that since 10.11, INSTALL PLUGIN on Windows is not required , or it would not even work. |
| Comment by Trevor Best [ 2023-06-06 ] |
|
Lol, thanks, glad to know that I'm not losing my mind thinking that the documentation didn't actually mention this |