Regarding use of word "Kerberos" in commercial product

2014-11-05 Thread Manish Gupta
Dear MIT team, We want to use word "Kerberos" in our product name. e.g. OTP-Plugin, Kerberos-Plugin. Can we use "kerberos" word like this in commercial name of a software module? I read Kerberos is registered trademark of MIT, and we need to take permission for using it for commercial purpose,

Re: Does /etc/krb5.conf have to be present and identical on all Kerberos infrastructure participants?

2014-11-05 Thread Booker Bense
I realize this will probably just muddy the waters, but they are waters you have to muddy at some point to effectively use kerberos. One of the key things to realize about kerberos is that the fundamental unit of "membership" in a realm is the process, not the machine or user. A process is in the

Re: Does /etc/krb5.conf have to be present and identical on all Kerberos infrastructure participants?

2014-11-05 Thread Nico Williams
On Wed, Nov 5, 2014 at 1:47 PM, Booker Bense wrote: > [1]- a process can have more than one krb5_context, but let's not get too > crazy. GSS-API acceptor apps that use the default acceptor credential can trivially be in "multiple realms" at once in one process. I've certainly seen this happen,