Re: kinit from java

2016-06-22 Thread Jorj Bauer
If you're looking for real kinit functionality so that you can interact with kerberized services, you might just shell exec kinit. Others on the list might have better suggestions. If you're looking to validate username/password logins via Kerberos (which is the context in which I'm accustomed

Bug / oversight in kadmind handling of ACL_LIST

2014-06-09 Thread Jorj Bauer
release_buffer(&minor_stat, &service_name); exit_func: The same fundamental code appears a second time in get_pols_2_svc. -- Jorj -- Jorj Bauer Manager of Engineering, Research and Development Information Systems and Computing, University of Pennsylvania 215.746.3850 XMPP: j...@upenn.e

Re: Bug / oversight in kadmind handling of ACL_LIST

2014-06-09 Thread Jorj Bauer
On Jun 9, 2014, at 4:00 PM, Greg Hudson wrote: > On 06/09/2014 03:11 PM, Jorj Bauer wrote: >> src/kadmin/server/server_stubs.c has an oversight in the handling of >> ACL_LIST which prevents ACLs like this from functioning: > > I think that is deliberate, not an oversi

Java code performing Kerberos password AuthN

2014-06-26 Thread Jorj Bauer
omeone will show me a better way to do it in Java, for that matter. Bonus.) -- Jorj -- Jorj Bauer Manager of Engineering, Research and Development Information Systems and Computing, University of Pennsylvania 215.746.3850 XMPP: j...@upenn.edu

Re: Java code performing Kerberos password AuthN

2014-06-27 Thread Jorj Bauer
> Note that you can dodge the jaas.conf by installaing your own > Configuration like: Thanks for the comment. I know about this, generally speaking - it's what I was alluding to in the README: > (There is probably > a more complex Configuration object setup that could be performed here > to popu