diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2016-08-05 08:29:27 +0200 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-08-09 14:37:49 +0200 |
commit | e7480bed277e441abf4cfdb1dd8c11471514c8ab (patch) | |
tree | 70281e27f55e6ea0da86f8f5b3f54175e48ff416 /ipaserver | |
parent | 58da5fb4b9e81e872e0b59c17263071f8b2889da (diff) | |
download | freeipa-e7480bed277e441abf4cfdb1dd8c11471514c8ab.tar.gz freeipa-e7480bed277e441abf4cfdb1dd8c11471514c8ab.tar.xz freeipa-e7480bed277e441abf4cfdb1dd8c11471514c8ab.zip |
ipa-kdb: Allow to build with samba 4.5
daemons/ipa-kdb/ipa_kdb_mspac.c: In function 'filter_logon_info':
daemons/ipa-kdb/ipa_kdb_mspac.c:1536:19: error: 'struct PAC_LOGON_INFO'
has no member named 'res_group_dom_sid'
if (info->info->res_group_dom_sid != NULL &&
^~
daemons/ipa-kdb/ipa_kdb_mspac.c:1537:19: error: 'struct PAC_LOGON_INFO'
has no member named 'res_groups'; did you mean 'resource_groups'?
info->info->res_groups.count != 0) {
^~
mv -f .deps/ipa_kdb_delegation.Tpo .deps/ipa_kdb_delegation.Plo
Makefile:806: recipe for target 'ipa_kdb_mspac.lo' failed
make[3]: *** [ipa_kdb_mspac.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
Related change in samba
https://github.com/samba-team/samba/commit/4406cf792a599724f55777a45efb6367a9bd92b2
Resolves:
https://fedorahosted.org/freeipa/ticket/6173
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipaserver')
0 files changed, 0 insertions, 0 deletions