summaryrefslogtreecommitdiff
path: root/wscript_configure_krb5
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-04-26 17:21:22 -0400
committerSimo Sorce <idra@samba.org>2012-05-04 16:51:29 +0200
commitb776bc5f72efac87244393a2bf1e5c9278bdaf15 (patch)
tree00e22053469553a1c0acf4681f24c1b3583e7fca /wscript_configure_krb5
parent205b032061bffe68fd784ebdc33d485acd57a5b1 (diff)
downloadsamba-b776bc5f72efac87244393a2bf1e5c9278bdaf15.tar.gz
samba-b776bc5f72efac87244393a2bf1e5c9278bdaf15.tar.bz2
samba-b776bc5f72efac87244393a2bf1e5c9278bdaf15.zip
krb5samba: Add compat krb5_make_principal for MIT build
Diffstat (limited to 'wscript_configure_krb5')
-rw-r--r--wscript_configure_krb53
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript_configure_krb5 b/wscript_configure_krb5
index 1faa212e5f..4a483ef702 100644
--- a/wscript_configure_krb5
+++ b/wscript_configure_krb5
@@ -58,7 +58,8 @@ conf.CHECK_FUNCS('''
krb5_enctype_to_string krb5_fwd_tgt_creds krb5_auth_con_set_req_cksumtype
krb5_get_creds_opt_alloc krb5_get_creds_opt_set_impersonate krb5_get_creds
krb5_get_credentials_for_user krb5_get_host_realm krb5_free_host_realm
- krb5_get_init_creds_keyblock krb5_get_init_creds_keytab''',
+ krb5_get_init_creds_keyblock krb5_get_init_creds_keytab
+ krb5_make_principal krb5_build_principal_alloc_va''',
lib='krb5 k5crypto')
conf.CHECK_DECLS('''krb5_get_credentials_for_user
krb5_auth_con_set_req_cksumtype''',