Actions
Bug #1295
closedkrb5-config only understands krb5
Start date:
2011-07-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Squid attempts to learn how to play with gssapi using:
krb5-config --cflags gssapi
krb5-config --libs gssapi
The Illumos merger of MIT Kerberos 5, which is based off 1.6.3, doesn't understand this option and pukes. Stopgap option is to code in requirements for this specific functionality specifically, but it may be simpler just to merge in MIT Kerberos 1.9.1 code with some robust review.
Files
Related issues
Updated by Gordon Ross over 11 years ago
- File krb5-config.patch krb5-config.patch added
Here's a possible patch.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531
commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531 Author: Alexander Pyhalov <apyhalov@gmail.com> Date: 2018-01-31T14:08:13.000Z 9015 krb5-config emits unnecessary -R flags 1295 krb5-config only understands krb5 Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions