create custom context without krb5.conf files
hacker win7
hackerswin7 at gmail.com
Wed Apr 26 04:06:56 EDT 2017
Hi,
I need to load kerberos configuration without loading krb5.conf or any
other files, and I want to use kerberos api to load the configuration from
my application code.
after read the resources below:
--- krb5 sources: krb5.h, kinit.c, init_ctx.c and prof_int.c etc.
---
http://krbdev.mit.narkive.com/n5Uj5tvL/create-krb5-context-without-config-files
--- http://krbdev.mit.edu/rt/Ticket/History.html?id=7930
The profile_init_vtable and krb5_init_context_profile is key to my
problem.However, my running environment only support the highest version of
krb5-libs or krb5-devel is 1.10, so, when I compile my application which
link the krb5-libs will throw the info compiler cannot find the
profile_init_vtable.
Is there other solutions to solve this problem in my running environment
????
More information about the krbdev
mailing list