[19586] in Kerberos_V5_Development
create custom context without krb5.conf files
daemon@ATHENA.MIT.EDU (hacker win7)
Wed Apr 26 04:07:18 2017
MIME-Version: 1.0
From: hacker win7 <hackerswin7@gmail.com>
Date: Wed, 26 Apr 2017 08:06:56 +0000
Message-ID: <CAH=Fhjgxvxk2mBkzgHFt2=_CsLwS3ZYJ1Ycy_Co3wH368Jy6cA@mail.gmail.com>
To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krbdev-bounces@mit.edu
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 krbdev@mit.edu
https://mailman.mit.edu/mailman/listinfo/krbdev