|
From: Hans A. <Han...@Ph...> - 2002-04-16 11:55:20
|
On Dienstag, 16. April 2002 07:59, Michael Ströder wrote: > I tried your attachments. But to me it seems that there is lacking > something. The build went fine but the functions do not appear in > extension module _ldap. Sorry, ashes on my head... I forgot to apped the patch for Modules/ldapmodule.c (which calls LDAPinit_schema()) -- see below. > Please re-send most recent version of your schema support and SASL > patches. Ok, here we go. The "grand unified patch" against cvs. The following files have beed added and do not appear in the patch. BTW: is there a way to include them using 'cvs diff'? Demo/sasl_bind.py Lib/ldap/sasl.py (new sasl module) Lib/ldap/schema.py (the schema module) Modules/schema.c Modules/schema.h __Opps__ I just saw that you have already applied the schema patches to CVS. The missing part in the C part is the following patch: Index: Modules/ldapmodule.c =================================================================== RCS file: /cvsroot/python-ldap/python-ldap/Modules/ldapmodule.c,v retrieving revision 1.3 diff -r1.3 ldapmodule.c 11a12 > #include "schema.h" 46a48 > LDAPinit_schema(d); The attached patch is a context sensitive diff in order to minimize the confusion of patches which are applied twice ;-) If you prefere a tar-ball of my sources, let me know. Maybe it is then easier to merge our trees (hint, hint :-). Hans -- Han...@Ph... ------------------------------------------------------- -- Han...@Ph... |