diff options
author | Simo Sorce <idra@samba.org> | 2012-04-26 17:21:22 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-04 16:51:29 +0200 |
commit | b776bc5f72efac87244393a2bf1e5c9278bdaf15 (patch) | |
tree | 00e22053469553a1c0acf4681f24c1b3583e7fca /source4/heimdal_build | |
parent | 205b032061bffe68fd784ebdc33d485acd57a5b1 (diff) | |
download | samba-b776bc5f72efac87244393a2bf1e5c9278bdaf15.tar.gz samba-b776bc5f72efac87244393a2bf1e5c9278bdaf15.tar.bz2 samba-b776bc5f72efac87244393a2bf1e5c9278bdaf15.zip |
krb5samba: Add compat krb5_make_principal for MIT build
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 80d772d56b..d993eec4ed 100755 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -130,6 +130,7 @@ conf.define('HAVE_KRB5_MK_REQ_EXTENDED', 1) conf.define('HAVE_KRB5_PRINCIPAL_COMPARE_ANY_REALM', 1) conf.define('HAVE_KRB5_PRINCIPAL_GET_COMP_STRING', 1) conf.define('HAVE_KRB5_PRINCIPAL_GET_REALM', 1) +conf.define('HAVE_KRB5_MAKE_PRINCIPAL', 1) conf.define('HAVE_KRB5_REALM_TYPE', 1) conf.define('HAVE_KRB5_SET_DEFAULT_IN_TKT_ETYPES', 1) conf.define('HAVE_KRB5_SET_REAL_TIME', 1) |