Re: heimdal didn't have AP_OPTS_USE_SUBKEY

2003-02-03 Thread Luke Howard
Also, if you are going to support specific enctypes, note that Heimdal defines ENCTYPE_ARCFOUR_HMAC_MD5 rather than ENCTYPE_ARCFOUR_HMAC. -- Luke -- Luke Howard | PADL Software Pty Ltd | www.padl.com

Re: heimdal didn't have AP_OPTS_USE_SUBKEY

2003-02-03 Thread jra
On Sat, Feb 01, 2003 at 01:01:07PM +0100, Stefan (metze) Metzmacher wrote: > Hi Jeremy, > > the latest HEAD didn't not compile with heimdal on SuSE8.1 > > because AP_OPTS_USE_SUBKEY is not defined in the heimdal/krb5.h > only in the MIT krb5.h :-( > > is it possible to fix samba that it finally

Re: heimdal didn't have AP_OPTS_USE_SUBKEY

2003-02-02 Thread Luke Howard
t;key" should probably be freed. -- Luke >From: Luke Howard <[EMAIL PROTECTED]> >Subject: Re: heimdal didn't have AP_OPTS_USE_SUBKEY >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Date: Sun, 2 Feb 2003 23:17:42 +1100 >Organization: PADL Software Pty Ltd >Versions: d

Re: heimdal didn't have AP_OPTS_USE_SUBKEY

2003-02-02 Thread Luke Howard
Sorry, the previously posted patch was needlessly complicated. The attached patch just contains the Kerberos-related stuff. -- Luke Index: configure.in === RCS file: /cvsroot/samba/source/configure.in,v retrieving revision 1.397 d

Re: heimdal didn't have AP_OPTS_USE_SUBKEY

2003-02-01 Thread Luke Howard
Please try the following patch (attached). This patch also includes a few other things, so edit as appropriate: - support for the DCE NP funnel (available from http://www.padl.com/~lukeh/XAD/dce_funnel.tar.gz) - support for using the keytab instead of the secrets database - support for usin

heimdal didn't have AP_OPTS_USE_SUBKEY

2003-02-01 Thread Stefan (metze) Metzmacher
Hi Jeremy, the latest HEAD didn't not compile with heimdal on SuSE8.1 because AP_OPTS_USE_SUBKEY is not defined in the heimdal/krb5.h only in the MIT krb5.h :-( is it possible to fix samba that it finally compiles fine? (in libads/krb5_setpw.c) and this : Compiling libads/kerberos_verify.c lib

heimdal didn't have AP_OPTS_USE_SUBKEY

2003-02-01 Thread Stefan (metze) Metzmacher
Hi Jeremy, the latest HEAD didn't not compile with heimdal on SuSE8.1 because AP_OPTS_USE_SUBKEY is not defined in the heimdal/krb5.h only in the MIT krb5.h :-( is it possible to fix samba that it finally compiles fine? metze ---