-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for kvno support #14
Comments
Hi, If I understand correctly, you want to be able to reproduce a I can have a look, but basically, we need to bind the necessary functions from MIT Kerberos Another way of doing so is to entirely code the |
Hi RReivax, That would be really great if you can add this feature to node module just like you mentioned. Will it be possible to share any pointers - so that I can at least get this working locally with just linux/rhel env - to get verify our end to end scenarios. I can get updated module once you are ready? Thanks for getting back. |
Hi JTBS, You can use a function like I started implementing a |
RReivax, |
* Only handle options: -c ccache (ccname option) -k keytab (keytab option)
Hi JBTS, I implemented a basic (The current kvno function is not fully tested and maybe unstable) |
Hi RReviax, What version of KRB5 source you are using. Thanks again for all your effort on this. |
@JTBS I was compiling it using the installed libraries only, that is to say, the result of a I'll have to change the way the module is distributed for this feature. I can ship the krb5 lib tar.gz file (8,4M). I may also use |
Hi, really appreciate all your effort and taking this time. Nice of you. |
Hi,
This node module is very useful.
I have scenario to do Kerberos Constrained Delegation.
I see that this is available through kvno tool and source is in latest "krb5" repo.
Looks like you are exposing kinit and other useful tools already through node in this module.
Is there any plan OR can you please share few pointers on how I can add support for kvno, so that I can do constrained delegation from my NodeJS REST API?
Thanks
The text was updated successfully, but these errors were encountered: