[Freeipa-devel] [freeipa PR#410][opened] ipa-kdb: support KDB DAL version 6.1

abbra freeipa-github-notification at redhat.com
Tue Jan 24 07:11:19 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/410
Author: abbra
 Title: #410: ipa-kdb: support KDB DAL version 6.1
Action: opened

PR body:
"""
DAL version 6.0 removed support for a callback to free principal.
This broke KDB drivers which had complex e_data structure within
the principal structure. As result, FreeIPA KDB driver was leaking
memory with DAL version 6.0 (krb5 1.15).

DAL version 6.1 added a special callback for freeing e_data structure.
See details at https://github.com/krb5/krb5/pull/596

Restructure KDB driver code to provide this callback in case
we are built against DAL version that supports it. For DAL version
prior to 6.0 use this callback in the free_principal callback to
tidy the code.

https://fedorahosted.org/freeipa/ticket/6619

On Fedora the required interface is available in krb5-1.15-5.fc26 package.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/410/head:pr410
git checkout pr410
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-410.patch
Type: text/x-diff
Size: 5364 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170124/6547af0c/attachment.bin>


More information about the Freeipa-devel mailing list