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
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
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
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
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
>
>
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
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
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
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?