On Sat, Dec 31, 2005 at 04:47:55PM +0100, David Stibbe wrote:
> When using 'kinit -c {ccache location}' kinit does not set the
> KRB5CCNAME environment variable to that {ccache location}. In result
> klist is uncapable of finding the credentials automatically...

kinit can not change the environment of its parent process. This means
as soon as kinit exits, the environment will remain unchanged.

As such you will need to investigate an alternative solution. For
example, setting the KRB5CCNAME environment variable first before
calling kinit.
-- 
Brian May <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to