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