Created attachment 7807 [details] v3-6-test patch For doing a lookup of the KDC we call an internal MIT Keberos function. With newer versions of MIT Kerberos like 1.10 this functions isn't exported anymore and Samba fails to build. The following patch removes smb_krb5_locate_kdc() which calls in internal MIT function and the kdc lookup code uses a Samba function to provide the same functionality. The patch is already in master and we have backported it for RHEL. I think this should be in 3.6 too to avoid problems for other users.
Comment on attachment 7807 [details] v3-6-test patch Looks fine :)
Comment on attachment 7807 [details] v3-6-test patch LGTM.
Re-assigning to Karolin for inclusion in 3.6.next. Jeremy.
Pushed to v3-6-test. Closing out bug report. Thanks!