[7091] in Kerberos
Re: Problems running gss-server example as non-root
daemon@ATHENA.MIT.EDU (Sam Hartman)
Mon Apr 15 12:49:38 1996
To: Barry Jaspan <bjaspan@bbnplanet.com>
Cc: Ed Hill <edhill@strobe.weeg.uiowa.edu>, kerberos@MIT.EDU
From: Sam Hartman <hartmans@MIT.EDU>
Date: 15 Apr 1996 12:00:31 -0400
In-Reply-To: Barry Jaspan's message of Mon, 15 Apr 96 11:10:30 EDT
>>>>> "Barry" == Barry Jaspan <bjaspan@bbnplanet.com> writes:
Barry> With the krb5 beta 4 API, a global char * variable in
Barry> libkrb5.a defined the name of the keytab; a program could
Barry> declare it extern and then change its value. I imagine
Barry> they have made this a context parameter in the new API, but
Barry> having never used the new API I don't know.
Sure is. In fact, there is a convenient environment variable
that sets the default in our current code; I believe this dates back to
Beta5. Try setting KRB5_KTNAME=FILE:/somewhewhere.
--Sam
Barry> Barry