hacker win7
2017-04-26 08:06:56 UTC
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
????
_______________________________________________
krbdev mailing list ***@mit.edu
https://mailman.mit.edu/mailman/listinfo/krbdev
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
????
_______________________________________________
krbdev mailing list ***@mit.edu
https://mailman.mit.edu/mailman/listinfo/krbdev