how to set default TGT file path

2014-12-23 Thread Shuaijie Wang
Hi all, By default, kinit will generate TGT file under /tmp. Is there any way to specify other directory to put TGT in? Thanks. Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Why doesn't kinit -r work?

2012-05-07 Thread shuaijie wang
I configured a krb5 server, and want to get a renewable TGT, the server configure is as follows: kdc.conf: [realms] WSJ.PLATFORM.COM = { kadmind_port = 749 database_name = /usr/local/var/krb5kdc/principal admin_keytab = FILE:/usr/local/var/krb5kdc/kadm5.keytab acl_file = /usr/local/var/krb5kdc/ka

what is the license of mit krb5?

2012-05-16 Thread shuaijie wang
Hi all, I am a software developer in a commercial company, currently we are planning to Kerberize our product, I want to know if there are restrictions in using krb5 libs, specifically: Since our product is a non-open source project which makes profit: 1). Is it OK to include krb5 header file in o

What platform does krb5 support. And does it support dynamic libraries on all platforms?

2012-07-18 Thread shuaijie wang
Hi all, I am a software engineer who is Kerberizing our product right now. A few questions: 1. What platform does krb5 support? I mean unix family, linux, AIX, Solaris, HPUX(PA, IA), does krb5 support all of these platforms? 2. I intend to make our code dynamically link to krb5 libs, so I wanna k

Re: What platform does krb5 support. And does it support dynamic libraries on all platforms?

2012-07-19 Thread shuaijie wang
al/MIT) on a lot of plattforms. If > the sshd on your OS doesn't support it, you're lost. > Same goes for stuff like "pluggable authentication modules (PAM)" and such. > > OpenBSD doesn't use PAM so you can run into trouble there (iirc). > > cu > >

Does krb5 support hpux and MAC os?

2012-07-27 Thread shuaijie wang
Hi all, Can any one tell me whether krb5 support hpux ia/pa, and MAX os? Thanks. Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Does the KDC provided by MicroSoft AD server work well with client API provided by MIT?

2012-12-25 Thread shuaijie wang
Hi all, Currently I have this requirements: 1. We use Microsoft Active Directory. 2. We have some client programs that build on top of krb5 libs provided by MIT. I want to ask if these client programs can work well with KDC server bundled with AD(That is, if these clients can apply TGT, renew TGT

Call for help: hostkey tab generated by ktpass doesn't work well on unit host.

2013-02-01 Thread shuaijie wang
Hi all, I have this requirements: 1. I have several legacy server applications that build on top of MIT krb5 libs, and they require a keytab installed on each host. 2. I need to migrate KDC server from MIT KDC server to AD. So in order for them to work smoothly, first I use ktpass to generate a

Can kerberos api handle parallel TGT access?

2013-09-21 Thread shuaijie wang
Hi all, I have two processes, process A and process B, they share the same TGT file, and they both need this TGT file to apply different server tickets. My question is: Is it OK for these two processes to manipulate the same TGT using krb5 api simultaneously? Can krb5 API handle this parallelism?