svn commit: samba r7827 - in branches/SAMBA_4_0/source: auth/gensec auth/kerberos auth/ntlmssp lib passdb

Maurice Massar massar at unix-ag.uni-kl.de
Wed Jun 22 07:50:03 GMT 2005


hi,

On Wed, Jun 22, 2005 at 02:12:28AM +0000, abartlet at samba.org wrote:
> Log:
> Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab
> support in Heimdal.

thanks for adding this (:

> +	gsskrb5_register_acceptor_keytab(gensec_gssapi_state->keytab);

however, it does not compile because of:
auth/gensec/gensec_gssapi.c:204: error: implicit declaration of function
`gsskrb5_register_acceptor_keytab'

I can't find this function in either samba4 or heimdal, only
gsskrb5_register_acceptor_identity(const char *identity) exists.

did you miss to check in some file?

cu
Maurice


More information about the samba-technical mailing list