[1985] in Kerberos-V5-bugs
Re: documentation for gssftp
daemon@ATHENA.MIT.EDU (Sam Hartman)
Tue Jun 11 17:51:22 1996
To: epeisach@MIT.EDU
Cc: klmitch@MIT.EDU, krb5-bugs@MIT.EDU
From: Sam Hartman <hartmans@MIT.EDU>
Date: 11 Jun 1996 17:51:17 -0400
In-Reply-To: epeisach@MIT.EDU's message of Tue, 11 Jun 1996 16:24:29 -0400
>>>>> "epeisach" == epeisach <epeisach@MIT.EDU> writes:
epeisach> Well... -s is supported for kerberos 4 support... The
epeisach> gssapi library does not provide an interface for
epeisach> specifying the keytab anywhere... For instance, if you
epeisach> were to try and link the files w/o specifying the
epeisach> libraries, you would discover what is undefined are the
epeisach> gss* routines. You will also notice, that the gss API
epeisach> does not support a krb5_context either - so you cannot
epeisach> change it that way either...
epeisach> So, you might as well change the documentation and
epeisach> comment that it is only useful if KERBEROS is defined
epeisach> and you are compiling a V4 server...
And point peopel to the KRB5_KTNAME environment variable.
epeisach> Ezra